From: Fredrik Tolf Date: Wed, 4 Dec 2013 00:18:00 +0000 (+0100) Subject: Removed debug message. X-Git-Url: http://dolda2000.com/gitweb/?p=automanga.git;a=commitdiff_plain;h=d8f4dc3095b2cb8d55dd594ae433f15985197542 Removed debug message. --- diff --git a/automanga b/automanga index 8fad817..98b3c9b 100755 --- a/automanga +++ b/automanga @@ -152,7 +152,6 @@ def main(): if mprof is not None: ntags = [tag for tag in args if tag[:1] != "-"] rtags = [tag[1:] for tag in args if tag[:1] == "-"] - print ntags, rtags if ntags: mprof.tags.add(*ntags) if rtags: mprof.tags.remove(*rtags) return