mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
remove debug
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
e4826fdc7d
commit
4f6236f28c
@ -24,7 +24,6 @@ class ApiWatcher {
|
|||||||
clearInterval(this.processor)
|
clearInterval(this.processor)
|
||||||
}
|
}
|
||||||
this.processor = setInterval(() => {
|
this.processor = setInterval(() => {
|
||||||
console.log(this.eventBuffer.length)
|
|
||||||
const events = this.eventBuffer.splice(0)
|
const events = this.eventBuffer.splice(0)
|
||||||
events.map(event => this.sendEvent(event))
|
events.map(event => this.sendEvent(event))
|
||||||
this.response.flushHeaders()
|
this.response.flushHeaders()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user