Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
removing accidental debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrhee committed Oct 3, 2013
1 parent 6b08441 commit b4deb17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Configurations/dont_clang_as_osx.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import os
import sys

print os.environ
assert ('DEVELOPER_DIR' in os.environ), 'DEVELOPER_DIR should be set.'
clang_path = '%s/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang' % (
os.environ['DEVELOPER_DIR'])
Expand Down

0 comments on commit b4deb17

Please sign in to comment.