1
0
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:
Jari Kolehmainen 2020-03-23 19:57:04 +02:00
parent e4826fdc7d
commit 4f6236f28c

View File

@ -24,7 +24,6 @@ class ApiWatcher {
clearInterval(this.processor)
}
this.processor = setInterval(() => {
console.log(this.eventBuffer.length)
const events = this.eventBuffer.splice(0)
events.map(event => this.sendEvent(event))
this.response.flushHeaders()