Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
tailuge committed Jan 25, 2025
1 parent 52aae46 commit da4e8aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions src/container/browsercontainer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,6 @@ export class BrowserContainer {
console.log(replay)
this.breakState = this.parse(replay)
console.log(this.breakState)
if (Date.now() - this.breakState.now < 500000) {
console.log("upload")
this.offerUpload()
}
const breakEvent = new BreakEvent(
this.breakState.init,
this.breakState.shots
Expand Down

0 comments on commit da4e8aa

Please sign in to comment.