fix(tracker): rm console

This commit is contained in:
sylenien 2022-06-22 09:51:19 +02:00
parent f1998eab3c
commit 845cf64e44

View file

@ -21,7 +21,6 @@ export default class BatchWriter {
private prepare(): void {
if (!this.writer.isEmpty()) {
//console.log("")
return
}
new BatchMeta(this.pageNo, this.nextIndex, this.timestamp).encode(this.writer)
@ -74,4 +73,4 @@ export default class BatchWriter {
this.writer.reset()
}
}
}