Skip to content

Commit

Permalink
Merge pull request #39 from Talaren/DEV/2.1.8/removeLogs
Browse files Browse the repository at this point in the history
remove debug logs close #38
  • Loading branch information
Talaren authored Nov 2, 2022
2 parents 130d35c + 340892b commit 7add3e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/writtingStatus.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ export default class WrittingStatus {
}

typing() {
console.log(this.keytimer);
console.log("typing");
if (typeof this.keytimer !== 'undefined') {
clearTimeout(this.keytimer);
} else {
Expand Down

0 comments on commit 7add3e8

Please sign in to comment.