1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-24 14:14:24 +03:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) {