Skip to content

Commit b147630

Browse files
Remove a stray debug output line
1 parent b6d0f7a commit b147630

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/output.rs

-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ impl<'a> ResultHandler<'a> {
228228
}
229229

230230
pub fn memory_breakdown_in_bytes_result(&mut self, result: ClientResult<NodeMemoryBreakdown>) {
231-
dbg!(&result);
232231
match result {
233232
Ok(output) => {
234233
self.exit_code = Some(ExitCode::Ok);

0 commit comments

Comments
 (0)