mirror of
https://github.com/hbomb79/Titanium.git
synced 2025-01-23 01:42:07 -05:00
Removed debug line
This line stored instances inside of the global environment when calls were made. This was for debug and isn't important now
This commit is contained in:
parent
e1192cc3f2
commit
3fe56f4a34
1 changed files with 0 additions and 1 deletions
|
@ -124,7 +124,6 @@ local function compileSuper( base, target, aliases, inherited, superID )
|
|||
if not reserved[ key ] then
|
||||
if type( value ) == "function" then
|
||||
factories[ key ] = function( instance, raw, ... )
|
||||
_G.instance = instance
|
||||
local oldSuper = instance.super
|
||||
instance:setSuper( superID + 1 )
|
||||
|
||||
|
|
Loading…
Reference in a new issue