From 128b72948c043e377c50ced515e9c869d0ab8ee5 Mon Sep 17 00:00:00 2001 From: Lorenzo Date: Thu, 16 Apr 2020 02:12:49 +0200 Subject: [PATCH] removed debug logging --- public/js/whiteboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/whiteboard.js b/public/js/whiteboard.js index 82f1d3e..486014a 100644 --- a/public/js/whiteboard.js +++ b/public/js/whiteboard.js @@ -214,7 +214,7 @@ var whiteboard = { return; } - console.info("eoff: " + e.offsetY); console.info("else:" + (e.pageY - $(e.target).offset().top)); + //console.info("eoff: " + e.offsetY); console.info("else:" + (e.pageY - $(e.target).offset().top)); _this.sendFunction({ "t": "cursor", "event": "move",