mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Remove debug print from the config parsing.
This commit is contained in:
parent
94db614ee0
commit
d58a31bc58
@ -747,7 +747,6 @@ class file:
|
||||
configdirs = self.define('_configdir').split(':')
|
||||
for cp in configdirs:
|
||||
configname = path.join(path.abspath(cp), cfgname)
|
||||
print configname
|
||||
if path.exists(configname):
|
||||
break
|
||||
configname = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user