Remove log

This commit is contained in:
Sidharth Vinod
2022-08-17 23:27:27 +05:30
parent 1daa67c932
commit ea6e45ff18
-1
View File
@@ -113,7 +113,6 @@
let debounce: { [key: string]: number } = {};
const updateHandler = ({ detail: { text } }: CustomEvent<EditorUpdateEvent>) => {
console.log({ debounceEnabled });
if (debounceEnabled) {
clearTimeout(debounce[selectedMode]);
debounce[selectedMode] = window.setTimeout(() => {