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:
parent
8ee7022307
commit
8920cc7924
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user