asdasd
This commit is contained in:
@@ -70,6 +70,8 @@ export function initEditor() {
|
||||
let lastSelectionInfo = null;
|
||||
|
||||
const debugUiLog = (payload) => {
|
||||
// Deaktiviert auf Wunsch (Log-Datei ui_editor_dirty.log soll nicht mehr geschrieben werden)
|
||||
return;
|
||||
const now = Date.now();
|
||||
const key = payload && payload.event ? payload.event : 'log';
|
||||
if (now - lastDebugTs < 400 && key === lastDebugKey) return;
|
||||
|
||||
Reference in New Issue
Block a user