aboutsummaryrefslogtreecommitdiff
path: root/tools/clean_webconsole.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-04-28 13:22:18 -0700
committerAlon Zakai <alonzakai@gmail.com>2012-04-28 13:22:18 -0700
commit13f90869aebc6a6ee9c280be4bfd29eeaa92b14c (patch)
treeb6bac91c5411e747a068604cd2d0c25ad24f9663 /tools/clean_webconsole.py
parentdd49d1d8b5a8585eeb2a475ac47f7bc1ac91cbed (diff)
fix prepareClientAttributes bugs: handle non-packed vertex attributes properly
Diffstat (limited to 'tools/clean_webconsole.py')
-rw-r--r--tools/clean_webconsole.py4
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