mirror of
https://github.com/biopython/biopython.git
synced 2025-10-20 13:43:47 +08:00
Don't write the diagnostic/debugging dump file
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user