diff --git a/desktop/sources/scripts/surface.js b/desktop/sources/scripts/surface.js index 8cbcc04..e4d9ce5 100644 --- a/desktop/sources/scripts/surface.js +++ b/desktop/sources/scripts/surface.js @@ -270,7 +270,6 @@ function Surface (ronin) { } this.paste = function (copy, rect) { - console.log('paste') return this.context.drawImage(copy, 0, 0, rect.w, rect.h, rect.x, rect.y, rect.w, rect.h) }