Skip to content

Commit 59cb156

Browse files
committed
Remove unnecessary logging
1 parent 92cd496 commit 59cb156

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: src/display/components/table.rs

-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ use std::{collections::HashMap, fmt, iter::FromIterator, net::IpAddr, ops::Index
22

33
use derivative::Derivative;
44
use itertools::Itertools;
5-
use log::info;
65
use ratatui::{
76
backend::Backend,
87
layout::{Constraint, Rect},
@@ -91,9 +90,6 @@ impl DisplayLayout {
9190
}
9291
};
9392

94-
info!("available: {available}, spacer: {spacer}, multiplier: {m}");
95-
info!("layout: {self:?}, computed: {computed:?}");
96-
9793
(computed, spacer)
9894
}
9995
}

0 commit comments

Comments
 (0)