Remove console.log
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter Stuifzand 2020-10-31 14:02:25 +01:00
parent 561d3782e9
commit fa714c93f4

View File

@ -419,7 +419,6 @@ function editor(root, inputData, options) {
});
$(root).on('keydown', function (event) {
console.log('keydown')
let target = event.target;
let dir = 0;