removed debug printing

This commit is contained in:
Gregory Becker 2016-01-05 14:51:18 -08:00
parent 407352e660
commit 316c8bcc7d

View File

@ -206,7 +206,6 @@ def get_compiler(cspec):
return cls(cspec, compiler_paths, mods)
matches = find(compiler_spec)
print matches, 'matches'
return [get_compiler(cspec) for cspec in matches]