From fb5d541ea32b9dfc4b30932168ab8843fbcce551 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 25 Jan 2011 00:23:56 -0500 Subject: [PATCH] Removed old console.log --- lib/class.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/class.js b/lib/class.js index 9579298..ff9d7bd 100644 --- a/lib/class.js +++ b/lib/class.js @@ -136,7 +136,6 @@ exports.isInstanceOf = function( type, instance ) // performed if ( !instance.__cid || !( meta = getMeta( instance.__cid ) ) ) { - console.log( instance ); return false; }