remove debug prints

This commit is contained in:
Folkert 2020-11-06 21:51:32 +01:00
parent 7e6724262d
commit 7faab5d857
3 changed files with 2 additions and 15 deletions

View file

@ -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