From 0dc5160dbc44484e83a6aba396ff142a2ccc08e2 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 10 Aug 2013 15:39:03 +0200 Subject: [PATCH] Remove debug output. --- scripts/supybot-test | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/supybot-test b/scripts/supybot-test index f3ab6ab43..ee86dad09 100644 --- a/scripts/supybot-test +++ b/scripts/supybot-test @@ -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: