mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-22 18:14:41 +01:00
Remove debug output.
This commit is contained in:
parent
029c6993ad
commit
0dc5160dbc
@ -157,11 +157,9 @@ if __name__ == '__main__':
|
||||
for pluginDir in options.pluginsDirs:
|
||||
for name in glob.glob(os.path.join(pluginDir, '*')):
|
||||
#print '***', name
|
||||
print(repr(name))
|
||||
if not any(map(lambda x:name in x,
|
||||
map(glob.glob, options.excludePlugins))) and \
|
||||
os.path.isdir(name):
|
||||
print('foo')
|
||||
args.append(name)
|
||||
|
||||
if not args:
|
||||
|
Loading…
Reference in New Issue
Block a user