]> git.donarmstrong.com Git - neurodebian.git/commitdiff
Remove debug msg.
authorMichael Hanke <michael.hanke@gmail.com>
Mon, 16 May 2011 17:46:46 +0000 (13:46 -0400)
committerMichael Hanke <michael.hanke@gmail.com>
Mon, 16 May 2011 17:46:46 +0000 (13:46 -0400)
survey/makestats

index 7f500d692773156983d7f8fa83fa640a30a59f7f..d834e72e45508a259224b3a3624112b28b366a1e 100755 (executable)
@@ -254,7 +254,6 @@ def mkpic_submissions_per_key(db, destdir, key, title, sortby='name',
     pl.figure(figsize=(6.4, (len(counts)-2) * 0.4 + 2))
     tmargin = .8/len(counts)
     if tmargin > 0.3: tmargin = 0.3
-    print key, tmargin
     pl.subplots_adjust(left=0.03, right=0.97, top=1-tmargin, bottom=tmargin)
     pl.title(title)
     if not len(counts):