mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
dnetview/ view: removed some debug statements
This commit is contained in:
@@ -17,7 +17,6 @@ use crate::{
|
||||
error::{DnetViewError, DnetViewResult},
|
||||
model::{NodeInfo, SelectableObject},
|
||||
};
|
||||
use log::debug;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct View {
|
||||
@@ -96,10 +95,6 @@ impl View {
|
||||
let mut id_list = self.render_id_list(f, slice.clone())?;
|
||||
|
||||
id_list.dedup();
|
||||
debug!("ACTIVE ID LIST {:?}", self.active_ids.ids);
|
||||
debug!("ID LIST {:?}", id_list);
|
||||
debug!("ID LIST LEN {:?}", id_list.len());
|
||||
debug!("ACTIVE ID LIST LEN {:?}", self.active_ids.ids.len());
|
||||
if id_list.is_empty() {
|
||||
// we have not received any data
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user