Skip to content

Commit

Permalink
removed println
Browse files Browse the repository at this point in the history
  • Loading branch information
andthattoo committed Jul 22, 2024
1 parent 64533d5 commit 7dca30b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/program/workflow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ where
D: Deserializer<'de>,
{
let value: Option<Value> = Option::deserialize(deserializer)?;
println!("Value: {:?}", value);

if let Some(value) = value {
let map = value
Expand Down

0 comments on commit 7dca30b

Please sign in to comment.