From e9e0600b24839cc7f2450c458d202bbec8a0ff47 Mon Sep 17 00:00:00 2001 From: cpsdqs Date: Mon, 30 Oct 2017 21:23:07 +0100 Subject: [PATCH] Remove dangling comma and debug line --- js/term/screen_parser.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/js/term/screen_parser.js b/js/term/screen_parser.js index 5f90a28..c3a8546 100644 --- a/js/term/screen_parser.js +++ b/js/term/screen_parser.js @@ -185,7 +185,7 @@ module.exports = class ScreenParser { updates.push({ topic: 'static-opts', fontStack, - fontSize, + fontSize }) } else if (topic === TOPIC_TITLE) { @@ -370,8 +370,6 @@ module.exports = class ScreenParser { } } - console.log(updates); - return updates }