Skip to content

Commit 015d697

Browse files
committed
dbg! -> info!
1 parent 65fc244 commit 015d697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/godbolt.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pub fn compile_rust_source(
4949
)?
5050
.json()?;
5151

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

5454
Ok(if response.code == 0 {
5555
Compilation::Success {

0 commit comments

Comments
 (0)