Skip to content

Commit 3c0976f

Browse files
mchantandrei-ng
authored andcommitted
removed debug code
1 parent e78583d commit 3c0976f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plotly_kaleido/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ impl Kaleido {
225225

226226
let mut b64_str: String = "".into();
227227
for line in output_lines.map_while(Result::ok) {
228-
// println!("{}", &line);
229228
let res = KaleidoResult::from(line.as_str());
230229
if let Some(image_data) = res.result {
231230
b64_str = image_data

0 commit comments

Comments
 (0)