diff --git a/ui/analyse/src/crazy/crazyDrag.js b/ui/analyse/src/crazy/crazyDrag.js index 1e7eb97f97..9da48935c4 100644 --- a/ui/analyse/src/crazy/crazyDrag.js +++ b/ui/analyse/src/crazy/crazyDrag.js @@ -43,6 +43,5 @@ module.exports = function(ctrl, color, e) { started: true, newPiece: true }; - console.log(ctrl.chessground.data.draggable.current); drag.processDrag(ctrl.chessground.data); }