remove debugging turd

This commit is contained in:
Benjamin Peterson 2014-09-01 16:51:44 -04:00
parent d4cd1aad8e
commit c0f091d540
1 changed files with 0 additions and 1 deletions

View File

@ -322,7 +322,6 @@ def _read_pyc(source, pyc, trace=lambda x: None):
if not isinstance(co, types.CodeType):
trace('_read_pyc(%s): not a code object' % source)
return None
open("/tmp/goop", "wb").write(b"hi")
return co