Remove debug output.

This commit is contained in:
Valentin Lorentz 2013-08-10 15:39:03 +02:00
parent 029c6993ad
commit 0dc5160dbc
1 changed files with 0 additions and 2 deletions

View File

@ -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: