Clean up browser logs

This commit is contained in:
Cohee
2023-09-05 18:23:24 +03:00
parent 5ef79bd64d
commit bbed147ce5
8 changed files with 8 additions and 11 deletions

View File

@ -450,9 +450,9 @@ export function dragElement(elmnt) {
topbar, topbarWidth, topBarFirstX, topBarLastX, topBarLastY, sheldWidth;
var elmntName = elmnt.attr('id');
console.log(`dragElement called for ${elmntName}`);
console.debug(`dragElement called for ${elmntName}`);
const elmntNameEscaped = $.escapeSelector(elmntName);
console.log(`dragElement escaped name: ${elmntNameEscaped}`);
console.debug(`dragElement escaped name: ${elmntNameEscaped}`);
const elmntHeader = $(`#${elmntNameEscaped}header`);
if (elmntHeader.length) {