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:
Harry Felton 2016-03-11 07:51:43 +13:00 committed by hbomb79
parent e1192cc3f2
commit 3fe56f4a34

View file

@ -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 )