From a61263cb9c7f3dbe58ea4873f34172805c06d529 Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Mon, 16 May 2011 13:46:46 -0400 Subject: [PATCH] Remove debug msg. --- survey/makestats | 1 - 1 file changed, 1 deletion(-) diff --git a/survey/makestats b/survey/makestats index 7f500d6..d834e72 100755 --- a/survey/makestats +++ b/survey/makestats @@ -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): -- 2.39.5