Skip to content

Commit

Permalink
clean some debug info (#3637)
Browse files Browse the repository at this point in the history
  • Loading branch information
YouNeedWork authored Aug 11, 2022
1 parent e2513cb commit b4f5074
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sync/src/block_connector/block_connector_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ impl BlockConnectorService {
let mut sys = System::new_all();
if sys.disks().len() == 1 {
let disk = &sys.disks()[0];
dbg!(DISK_CHECKPOINT_FOR_PANIC);
dbg!(disk.available_space());
if DISK_CHECKPOINT_FOR_PANIC > disk.available_space() {
return Some(Err(anyhow::anyhow!(
"Disk space is less than {} GB, please add disk space.",
Expand Down

0 comments on commit b4f5074

Please sign in to comment.