remove mem_debug again, was just temporary

This commit is contained in:
David Halter
2012-12-09 15:34:33 +01:00
parent 9888e2faaf
commit ac610f97fb

View File

@@ -267,7 +267,6 @@ print('\nSummary: (%s fails)' % tests_fail)
for s in summary:
print(s)
import mem_debug
exit_code = 1 if tests_fail else 0
if sys.hexversion < 0x02060000 and tests_fail <= 5: