jbilcke-hf HF staff commited on
Commit
4efa5d3
1 Parent(s): e423758
Files changed (1) hide show
  1. public/index.html +2 -2
public/index.html CHANGED
@@ -142,9 +142,9 @@ function app() {
142
  const res = await fetch('/stats')
143
  audience = await res.json()
144
  } catch (err) {
145
- console.log('failed to check the audience, something is wrong')
146
  }
147
- console.log('audience:', audience)
148
 
149
  this.channels = Object.entries(this.channels).reduce((acc, [channel, data]) => ({
150
  ...acc,
 
142
  const res = await fetch('/stats')
143
  audience = await res.json()
144
  } catch (err) {
145
+ //console.log('failed to check the audience, something is wrong')
146
  }
147
+ // console.log('audience:', audience)
148
 
149
  this.channels = Object.entries(this.channels).reduce((acc, [channel, data]) => ({
150
  ...acc,