Commit a323bb06 authored by Guido van Rossum's avatar Guido van Rossum

Don't print "Skipping 8 bytes at offset"; stats.py already does this.

parent 85dada4f
......@@ -110,7 +110,7 @@ def main():
ts, code = struct_unpack(">ii", r)
if ts == 0:
# Must be a misaligned record caused by a crash
print "Skipping 8 bytes at offset", offset-8
##print "Skipping 8 bytes at offset", offset-8
continue
r = f_read(16)
if len(r) < 16:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment