diff options
Diffstat (limited to 'tools/clean_webconsole.py')
-rw-r--r-- | tools/clean_webconsole.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/clean_webconsole.py b/tools/clean_webconsole.py index 919bd547..43694179 100644 --- a/tools/clean_webconsole.py +++ b/tools/clean_webconsole.py @@ -29,6 +29,6 @@ for line in lines: line = re.sub('(0x[\dabcdef]+)', lambda hexx: reps[nice(hexx.group(0))] if nice(hexx.group(0)) in reps else nice(hexx.group(0)), line) print line -for i in range(100): - print +#for i in range(100): +# print |