Skip to content

Commit

Permalink
removed uninformative logs #174
Browse files Browse the repository at this point in the history
  • Loading branch information
IhorStorozhok committed Apr 9, 2024
1 parent da35807 commit 8c94475
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,6 @@ class PainterroProc {
let handled = false;
const clipFormat = 'image/png';
if (evt.keyCode === KEYS.c && (evt.ctrlKey || evt.metaKey)) {
console.log('handing copy')
if (!this.inserter.waitChoice && !this.select.imagePlaced && this.select.shown) {
const a = this.select.area;
const w = a.bottoml[0] - a.topl[0];
Expand Down Expand Up @@ -1034,7 +1033,6 @@ class PainterroProc {
}
},
keydown: (e) => {
console.log('event.target !== document.body', event.target, document.body);
const argetEl = event.target;
const ignoreForSelectors = ['input', 'textarea', 'div[contenteditable]'];

Expand Down

0 comments on commit 8c94475

Please sign in to comment.