mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
remove debug prints
This commit is contained in:
parent
7e6724262d
commit
7faab5d857
3 changed files with 2 additions and 15 deletions
|
@ -2671,7 +2671,6 @@ fn fabricate_effects_module<'a>(
|
|||
// }
|
||||
|
||||
let constraint = constrain_module(&module_output, module_id, mode, &mut var_store);
|
||||
dbg!(&module_output.aliases);
|
||||
|
||||
let module = Module {
|
||||
module_id,
|
||||
|
@ -3037,8 +3036,6 @@ fn add_def_to_module<'a>(
|
|||
// this is a top-level definition, it should not capture anything
|
||||
debug_assert!(captured_symbols.is_empty());
|
||||
|
||||
dbg!(symbol, &loc_body.value);
|
||||
|
||||
// If this is an exposed symbol, we need to
|
||||
// register it as such. Otherwise, since it
|
||||
// never gets called by Roc code, it will never
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue