dont force refresh

This commit is contained in:
Daniel Lugo 2020-02-04 17:36:12 -04:00
parent 32c087e69f
commit 80c5cbc6b8

View file

@ -583,19 +583,6 @@ class Mediator {
msg: null, msg: null,
origBody: body origBody: body
}) })
API.Events.onSimplerSentRequests(
debounce(
once(srs => {
this.socket.emit(Event.ON_SENT_REQUESTS, {
ok: true,
msg: srs,
origBody: body
})
}),
350
)
)
} catch (err) { } catch (err) {
if (Config.SHOW_LOG) { if (Config.SHOW_LOG) {
console.log('\n') console.log('\n')