Removed logs

This commit is contained in:
Devine Lu Linvega
2019-01-08 10:35:52 +12:00
parent b13c811703
commit 910e06c5ea
2 changed files with 1 additions and 3 deletions

View File

@@ -214,8 +214,6 @@ DOTGRID.Guide = function () {
this.draw_translation = function () {
if (!DOTGRID.cursor.translation) { return }
console.log(DOTGRID.cursor.translation)
let ctx = this.el.getContext('2d')
ctx.beginPath()