Skip to content

Commit

Permalink
dbg! -> info!
Browse files Browse the repository at this point in the history
  • Loading branch information
tinaun committed Feb 2, 2021
1 parent 474d829 commit db9def1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/godbolt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pub fn compile_rust_source(
)?
.json()?;

dbg!(&response);
info!("raw godbolt response: {:#?}", &response);

Ok(if response.code == 0 {
Compilation::Success {
Expand Down

0 comments on commit db9def1

Please sign in to comment.