Dolda2000 GitWeb
/
automanga.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
687f2ed
)
Removed debug message.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Wed, 4 Dec 2013 00:18:00 +0000
(
01:18
+0100)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Wed, 4 Dec 2013 00:18:00 +0000
(
01:18
+0100)
automanga
patch
|
blob
|
blame
|
history
diff --git
a/automanga
b/automanga
index
8fad817
..
98b3c9b
100755
(executable)
--- 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