removed debug printing
This commit is contained in:
parent
751503c434
commit
48b9023de4
@ -206,7 +206,6 @@ def get_compiler(cspec):
|
|||||||
return cls(cspec, compiler_paths, mods)
|
return cls(cspec, compiler_paths, mods)
|
||||||
|
|
||||||
matches = find(compiler_spec)
|
matches = find(compiler_spec)
|
||||||
print matches, 'matches'
|
|
||||||
return [get_compiler(cspec) for cspec in matches]
|
return [get_compiler(cspec) for cspec in matches]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user