From c69fdfe2c2d68e133c9b7889d4c6bd48ce0118fe Mon Sep 17 00:00:00 2001 From: Sinan Yasar Date: Sat, 26 Nov 2016 14:31:34 -0800 Subject: [PATCH] core: removed testing residue from object.coffee --- lib/core/object.coffee | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/core/object.coffee b/lib/core/object.coffee index 10ca07ff..3c6f166c 100644 --- a/lib/core/object.coffee +++ b/lib/core/object.coffee @@ -17,9 +17,6 @@ module.exports = class KDObject extends KDEventEmitter super - if options.testPath - KD.registerInstanceForTesting this - @on 'error', console.error.bind console @once 'ready', => @readyState = READY