X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=automanga;h=98b3c9b948d004796ba8ab7f9bd0e6b310cf5b7a;hb=c72e69b8c6044cf4393b496bcfe73700698f4fa6;hp=8fad81758b93a560e0f6bd87cf619d18b8e15e3b;hpb=5c000565c156ae32de0480e83d98f12e65f14f03;p=automanga.git 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