Skip to content

Commit 2b0dfe9

Browse files
committed
[assembler] remove spurious debug output.
1 parent cb3579e commit 2b0dfe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assembler/src/asmlib/symtab.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ impl SymbolTable {
206206
.map(SymbolValue::Final)
207207
}
208208
SymbolDefinition::Undefined(context_union) => {
209-
match dbg!(t.get_default_value(name, &span, &context_union, rc_allocator)) {
209+
match t.get_default_value(name, &span, &context_union, rc_allocator) {
210210
Ok(value) => {
211211
match t.define(
212212
span,

0 commit comments

Comments
 (0)