Skip to content

Commit

Permalink
Unneeded
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jan 27, 2022
1 parent 6d6dafc commit 9cd6815
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/core/rpc/BaseRpcDriver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ class LazyWorker {
watchWorker(worker, this.driver.maxPingTime, rpcDriverClassName).catch(
error => {
if (this.worker) {
// console.warn(
// `worker did not respond, killing and generating new one ${error}`,
// )
console.error(
'worker did not respond, killing and generating new one',
)
console.error(error)
this.worker.destroy()
this.worker.status = 'killed'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ function TrackContainer(props: {
) : null}

<Paper
variant="outlined"
className={classes.trackRenderingContainer}
style={{ height }}
onScroll={event => {
Expand Down
1 change: 0 additions & 1 deletion products/jbrowse-web/src/workerPolyfill.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ self.document = {
return { appendChild() {} }
},
documentElement: {},
localStorage: {},
createElement() {
return {
style: {},
Expand Down

0 comments on commit 9cd6815

Please sign in to comment.