From b4deb17c69d2401b16209c08ce37ad02a2700fe8 Mon Sep 17 00:00:00 2001 From: Ryan Rhee Date: Thu, 3 Oct 2013 12:39:47 -0700 Subject: [PATCH] removing accidental debug code --- Configurations/dont_clang_as_osx.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Configurations/dont_clang_as_osx.py b/Configurations/dont_clang_as_osx.py index 7a78eb4f6..b8b01da84 100755 --- a/Configurations/dont_clang_as_osx.py +++ b/Configurations/dont_clang_as_osx.py @@ -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'])