Skip to content

Commit c5fce4d

Browse files
committed
Reparing for release v1.0.0
1 parent aad96f1 commit c5fce4d

File tree

2 files changed

+16
-19
lines changed

2 files changed

+16
-19
lines changed

WriteIt.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,6 @@ class WriteItNode {
227227
}
228228
}
229229
}
230-
console.log(this.text);
231-
console.log(this.waitIndex);
232-
console.log(this.writeAllTextAtOnceIndex);
233230
if (this.node.hasAttribute(WriteItJS.WRITEIT_REPLACE_NEXT)) {
234231
// Loop for all texts in WRITEIT_REPLACE_NEXT and also parse them.
235232
for (let iterator = 0; iterator < this.originalTexts.length; iterator++) {

WriteIt.min.js

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)