mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
Remove some unnecessary dbg! uses
This commit is contained in:
parent
f9c77acd02
commit
ca0de5241d
2 changed files with 5 additions and 2 deletions
|
@ -87,7 +87,7 @@ pub extern "C" fn rust_main() -> i32 {
|
|||
let mut op: Op = roc_main();
|
||||
|
||||
loop {
|
||||
match dbg!(op.discriminant()) {
|
||||
match op.discriminant() {
|
||||
StdoutWrite => {
|
||||
let stdout_write = op.get_StdoutWrite();
|
||||
let output: RocStr = stdout_write.f0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue