removed debug printing
This commit is contained in:
parent
407352e660
commit
316c8bcc7d
@ -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