mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 02:24:12 +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 pluginDir in options.pluginsDirs:
|
||||||
for name in glob.glob(os.path.join(pluginDir, '*')):
|
for name in glob.glob(os.path.join(pluginDir, '*')):
|
||||||
#print '***', name
|
#print '***', name
|
||||||
print(repr(name))
|
|
||||||
if not any(map(lambda x:name in x,
|
if not any(map(lambda x:name in x,
|
||||||
map(glob.glob, options.excludePlugins))) and \
|
map(glob.glob, options.excludePlugins))) and \
|
||||||
os.path.isdir(name):
|
os.path.isdir(name):
|
||||||
print('foo')
|
|
||||||
args.append(name)
|
args.append(name)
|
||||||
|
|
||||||
if not args:
|
if not args:
|
||||||
|
Loading…
Reference in New Issue
Block a user