Skip to content

Commit 3ed2771

Browse files
committed
removed debug print spotted by @painter1
1 parent b27aa71 commit 3ed2771

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Packages/vcs/Lib/template.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,6 @@ def plot(self,x,slab,gm,bg=0,min=None,max=None,X=None,Y=None,**kargs):
12491249
except Exception,err:
12501250
meanstring='Mean %.4g'%slab.mean()
12511251
tt.string=meanstring
1252-
print tt.list()
12531252
else :
12541253
tt.string=str(getattr(slab,s))
12551254
tt.x=[sub.x]

0 commit comments

Comments
 (0)