summaryrefslogtreecommitdiff
path: root/patchtracker/Patch.py
diff options
context:
space:
mode:
Diffstat (limited to 'patchtracker/Patch.py')
-rw-r--r--patchtracker/Patch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/patchtracker/Patch.py b/patchtracker/Patch.py
index 64cf9c9..2f604e1 100644
--- a/patchtracker/Patch.py
+++ b/patchtracker/Patch.py
@@ -54,7 +54,7 @@ class PatchSeries (list):
continue
# here's the name
name = stuff[0]
- print "\t\t\t%s: %s"%(self.style,name)
+ #print "\t\t\t%s: %s"%(self.style,name)
self.names.append(name)
# anything else are either patch args or comments
self.patchargs[name] = []