Skip to content

Commit 47204f4

Browse files
committed
remove debug comment
1 parent 48d01c8 commit 47204f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/twr-ts/twreventqueue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export class twrEventQueueReceive {
121121

122122
private doCallbacks(upToIndex?:number) {
123123
const end=upToIndex?upToIndex:this.pendingEventIDs.length;
124-
console.log("end",end, upToIndex, this.pendingEventIDs.length);
124+
//console.log("end",end, upToIndex, this.pendingEventIDs.length);
125125
for (let i=0; i<end; i++) {
126126
const eventID=this.pendingEventIDs[i];
127127
const args=this.pendingEventArgs[i];

0 commit comments

Comments
 (0)