mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Disable the debug code
This commit is contained in:
parent
0b74093255
commit
beb413420d
1 changed files with 0 additions and 3 deletions
|
@ -61,9 +61,6 @@ class optimizer(object):
|
||||||
# this enables some optimizations.
|
# this enables some optimizations.
|
||||||
#if code[1] != 'key': # key constants not possible
|
#if code[1] != 'key': # key constants not possible
|
||||||
|
|
||||||
#DEBUG
|
|
||||||
print repr(type(code[2][2])), code[1]
|
|
||||||
|
|
||||||
code[:] = [CONSTANT, code[1], lslfuncs.typecast(code[2][2], self.LSL2PythonType[code[1]])]
|
code[:] = [CONSTANT, code[1], lslfuncs.typecast(code[2][2], self.LSL2PythonType[code[1]])]
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue