From d40d2dd6a03fcc556aa75f0c2a714859ada9c6ef Mon Sep 17 00:00:00 2001 From: Code WvS Date: Fri, 27 Mar 2015 10:10:57 +0100 Subject: remove debug code --- threads.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/threads.js b/threads.js index 4aaf7b5..dc0286a 100644 --- a/threads.js +++ b/threads.js @@ -2468,9 +2468,7 @@ Process.prototype.reportTouchingColor = function (aColor) { color = aColor.toString(), stage, sprites; - console.log('color', color); if (thisObj) { - console.log(thisObj.parts.length); return thisObj.parts.concat([thisObj]).some( function (any) { // check if a sprite is inside a polygon colored 'aColor' @@ -2479,9 +2477,7 @@ Process.prototype.reportTouchingColor = function (aColor) { [any.xPosition(), any.yPosition()], window.penShapes); for (var j = 0; j < matches.length; j++) { - console.log('match color', matches[j].options.color); if (matches[j].options.color == color) { - console.log('Hoooray!'); return true; } } -- cgit v1.3.1