Skip to content
Snippets Groups Projects
Verified Commit 448cf498 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

chore: removed extra print

parent 06461691
No related branches found
No related tags found
1 merge request!31System state save
Pipeline #3288 passed
...@@ -1033,7 +1033,6 @@ impl StateManager { ...@@ -1033,7 +1033,6 @@ impl StateManager {
let mut state = BeesState::default(); let mut state = BeesState::default();
state.read(&mut Cursor::new(data.to_vec())); state.read(&mut Cursor::new(data.to_vec()));
state.to_gb(gb)?; state.to_gb(gb)?;
print!("{}", state);
Ok(()) Ok(())
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment