diff options
| author | Code WvS <code-wvs@quantentunnel.de> | 2015-03-27 10:10:57 +0100 |
|---|---|---|
| committer | Code WvS <code-wvs@quantentunnel.de> | 2015-03-27 10:10:57 +0100 |
| commit | d40d2dd6a03fcc556aa75f0c2a714859ada9c6ef (patch) | |
| tree | 2b713e60c75aac37cf83c68e0b661b577fa0fb32 | |
| parent | 6d5a515c1d35f77be519b4b5d42b29f5f83d5078 (diff) | |
| download | snap-yow-d40d2dd6a03fcc556aa75f0c2a714859ada9c6ef.tar.gz snap-yow-d40d2dd6a03fcc556aa75f0c2a714859ada9c6ef.zip | |
remove debug code
| -rw-r--r-- | threads.js | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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; } } |
