Skip to content

Commit

Permalink
hide fail to load arena spam
Browse files Browse the repository at this point in the history
  • Loading branch information
leordev committed Sep 21, 2018
1 parent e71b925 commit 460fdeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/frontend/src/modules/battles/ArenasScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class ArenasScreen extends React.Component<Props, ReactState> {
this.refreshHandler = setTimeout(this.refresh, 5 * 1000)
} catch (error) {
console.error("Fail to load Arenas", error)
dispatchPushNotification("Fail to load Arenas")
// dispatchPushNotification("Fail to load Arenas")
}
}

Expand Down
2 changes: 1 addition & 1 deletion services/frontend/src/modules/battles/BattleScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class BattleScreen extends React.Component<Props, ReactState> {
}
} catch (error) {
console.error("Fail to load Arena", error)
dispatchPushNotification("Fail to load Arena")
// dispatchPushNotification("Fail to load Arena")
}
}

Expand Down

0 comments on commit 460fdeb

Please sign in to comment.