Fix bug
This commit is contained in:
parent
7c91da6183
commit
4a1674d432
1 changed files with 0 additions and 4 deletions
|
@ -8,8 +8,6 @@ net = riot.observable!
|
|||
riot.mixin \net do
|
||||
net: net
|
||||
|
||||
log = (riot.mixin \log).log
|
||||
|
||||
module.exports = (i, endpoint, data) ->
|
||||
pending++
|
||||
|
||||
|
@ -48,8 +46,6 @@ module.exports = (i, endpoint, data) ->
|
|||
net.trigger \detected-slow-network
|
||||
, 5000ms
|
||||
|
||||
log "API: #{ep}"
|
||||
|
||||
fetch ep, opts
|
||||
.then (res) ->
|
||||
pending--
|
||||
|
|
Loading…
Reference in a new issue