diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main.rs b/src/main.rs index 9db5ce58..f2a5109b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -91,12 +91,6 @@ fn run(mut config: Config, options: cli::Options) -> Result<(), Box<Error>> { // The display manages a window and can draw the terminal let mut display = Display::new(&config, &options)?; - info!( - "PTY Dimensions: {:?} x {:?}", - display.size().lines(), - display.size().cols() - ); - // Create the terminal // // This object contains all of the state about what's being displayed. It's |