Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
Remove errant console.log in tips file
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Sep 15, 2013
1 parent c33e1fb commit 180e01b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tips/tips.js
Expand Up @@ -364,8 +364,6 @@ $.extend(Tip.prototype, {
context.fillStyle = color[1];
context.fill();

console.log(bigCoords, coords);

// Draw the actual tip
context.translate(translate[0] * SCALE, translate[1] * SCALE);
this._drawCoords(context, coords);
Expand Down

0 comments on commit 180e01b

Please sign in to comment.