removed debug logging

This commit is contained in:
Bea 2020-04-16 02:12:49 +02:00
parent 1cf84762d3
commit 128b72948c
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ var whiteboard = {
return; 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({ _this.sendFunction({
"t": "cursor", "t": "cursor",
"event": "move", "event": "move",