Removed old console.log
parent
fa8cddea07
commit
fb5d541ea3
|
@ -136,7 +136,6 @@ exports.isInstanceOf = function( type, instance )
|
||||||
// performed
|
// performed
|
||||||
if ( !instance.__cid || !( meta = getMeta( instance.__cid ) ) )
|
if ( !instance.__cid || !( meta = getMeta( instance.__cid ) ) )
|
||||||
{
|
{
|
||||||
console.log( instance );
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue