Don't write the diagnostic/debugging dump file

This commit is contained in:
peterc
2009-03-20 09:59:55 +00:00
parent 46a7c28594
commit 362dab83b1

View File

@ -48,9 +48,6 @@ class Iterator:
if self._parser is not None:
if data:
dumpfile = open( 'dump', 'w' )
dumpfile.write( data )
dumpfile.close()
return self._parser.parse(File.StringHandle(data))
return data