remove console log

This commit is contained in:
Austin Warren
2019-07-17 20:56:39 -07:00
committed by GitHub
parent 8ee7022307
commit 8920cc7924

View File

@@ -97,7 +97,6 @@ export class XTermFrontend extends Frontend {
let cols = Math.floor(l / actualCellWidth)
let rows = Math.floor(i / actualCellHeight);
console.log("resizing to: ", cols, rows);
this.xterm.resize(cols, rows);
}
} catch (e) {