Skip to content

Commit 6b589d5

Browse files
committed
remove unecessary, make it clean for review
1 parent cca8bbb commit 6b589d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/common/utils/debounce.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class SimpleDebounceImpl implements SimpleDebounce {
2020
public dispose(): void {
2121
if (this.timeout) {
2222
clearTimeout(this.timeout);
23-
this.timeout = undefined;
2423
}
2524
}
2625
}

0 commit comments

Comments
 (0)