Remove dangling comma and debug line

webgl-renderer
cpsdqs 7 years ago
parent 30af1ad2f6
commit e9e0600b24
Signed by untrusted user: cpsdqs
GPG Key ID: 3F59586BB7448DD1
  1. 4
      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
}

Loading…
Cancel
Save