Fix tslint

This commit is contained in:
tobspr 2020-09-22 10:31:47 +02:00
parent 9d69aa50ec
commit 0274597a1c
1 changed files with 1 additions and 2 deletions

View File

@ -86,8 +86,7 @@ export class BufferMaintainer {
// Make sure our backlog never gets too big
clearBufferBacklog();
// @ts-ignore
if (G_IS_DEV && false) {
if (G_IS_DEV) {
const bufferStats = getBufferStats();
const mbUsed = round1Digit(bufferStats.vramUsage / (1024 * 1024));
logger.log(