remove JS debug

This commit is contained in:
Thibault Duplessis 2016-01-19 15:45:11 +07:00
parent c268cb9ae1
commit 445830b36f

View file

@ -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);
}