Removed more comments

This commit is contained in:
Benjamyn Love 2024-03-29 23:45:55 +11:00
parent b7aa022bfd
commit 7c6a4bf70e

View File

@ -51,19 +51,6 @@ pub fn ui(f: &mut Frame, app: &App) {
.constraints([Constraint::Percentage(50), Constraint::Percentage(50)]) .constraints([Constraint::Percentage(50), Constraint::Percentage(50)])
.split(chunks[1]); .split(chunks[1]);
// let whois_block = Block::default()
// .borders(Borders::RIGHT)
// .style(Style::default());
// let whois_text = Paragraph::new(Text::styled(
// "Whois data in
// style
// with
// multiline support",
// Style::default().fg(Color::Green),
// ))
// .block(whois_block);
// Whois list // Whois list
let mut whois_list_items = Vec::<ListItem>::new(); let mut whois_list_items = Vec::<ListItem>::new();
for record in &app.whois_info { for record in &app.whois_info {