removed debug printing

This commit is contained in:
Gregory Becker 2016-01-05 14:51:18 -08:00
parent 751503c434
commit 48b9023de4

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]