Skip to content

Commit f995d01

Browse files
author
Ioannis Giagkiozis
committed
prep for release
1 parent d3de975 commit f995d01

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

plotly_kaleido/src/lib.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,7 @@ impl Kaleido {
181181
}
182182
}
183183
}
184-
185-
let mut errors = String::new();
186-
process.stderr.unwrap().read_to_string(&mut errors);
187-
println!("errors {}", errors);
184+
188185
Ok(())
189186
}
190187
}

0 commit comments

Comments
 (0)