Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
frsechet committed Oct 8, 2021
1 parent 8400bad commit 4b244ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion csml_engine/src/interpreter_actions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ pub fn interpret_step(
}
},
MSG::Message(msg) => {
dbg!(&msg);
send_msg_to_callback_url(data, vec![msg.clone()], interaction_order, false);
data.messages.push(msg);
}
Expand Down

0 comments on commit 4b244ee

Please sign in to comment.