fix(tracker): rm console
This commit is contained in:
parent
f1998eab3c
commit
845cf64e44
1 changed files with 1 additions and 2 deletions
|
|
@ -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()
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue