From f45b5f8d7f59761530807510d40c33075400fa8b Mon Sep 17 00:00:00 2001 From: gstein Date: Thu, 27 Dec 2001 05:15:47 +0000 Subject: [PATCH] bleck... a debug statement was left in the code. all those people with 0.9 are going to see a really large /tmp/log file... git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@428 8cb11bc2-c004-0410-86c3-e597b4017df7 --- lib/viewcvs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/viewcvs.py b/lib/viewcvs.py index 2d3a4537..a73aae8e 100644 --- a/lib/viewcvs.py +++ b/lib/viewcvs.py @@ -2199,7 +2199,6 @@ class DiffSource: if item: self.idx = idx self.last = item - open('/tmp/log','a').write('idx=%d item=%s\n' % (idx,vars(item))) return item def _get_row(self):