less movingUI logspam

This commit is contained in:
RossAscends
2023-06-28 22:47:33 +09:00
parent fca732c933
commit df35fb0775

View File

@@ -561,8 +561,8 @@ B: ${oldBottom}>> ${bottom}
---`) ---`)
power_user.movingUIState[elmntName].margin = 'unset'; power_user.movingUIState[elmntName].margin = 'unset';
} else { } else {
console.log('skipped unsetting margins') console.debug('skipped unsetting margins')
console.log(oldTop, top, oldLeft, left) //console.debug(oldTop, top, oldLeft, left)
} }
saveSettingsDebounced(); saveSettingsDebounced();