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
remotes/tags/V0_9_1
gstein 2001-12-27 05:15:47 +00:00
parent 44528c0b7e
commit f45b5f8d7f
1 changed files with 0 additions and 1 deletions

View File

@ -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):