diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-02-25 15:55:04 -0500 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-02-25 15:55:04 -0500 |
commit | 6475478ff1ff227aea169fdb9a33ea87a5c52082 (patch) | |
tree | 2e6e7a263e5aaf0ca10b8d03515f7080e2913844 /tools/shared.py | |
parent | 875426c1f23c5a2dbacb3c947ffe82ee71b28720 (diff) |
remove debug print
Diffstat (limited to 'tools/shared.py')
-rw-r--r-- | tools/shared.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py index 0dbdabe5..ce9001fb 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -875,7 +875,7 @@ set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY)''' % { 'winfix': '' if not WINDOWS e @staticmethod def llvm_nm(filename, stdout=PIPE, stderr=None): if filename in Building.nm_cache: - if DEBUG: print >> sys.stderr, 'loading nm results for %s from cache' % filename + #if DEBUG: print >> sys.stderr, 'loading nm results for %s from cache' % filename return Building.nm_cache[filename] # LLVM binary ==> list of symbols |