mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 11:07:46 +00:00
interp: remove accidental debug print
Accidentally left in the source in https://github.com/tinygo-org/tinygo/pull/787.
This commit is contained in:
committed by
Ron Evans
parent
2004555fe2
commit
ec2658ca79
@@ -367,8 +367,6 @@ func (v *MapValue) PutBinary(keyPtr, valPtr *LocalValue) {
|
||||
}
|
||||
}
|
||||
|
||||
keyPtr.Underlying.Dump()
|
||||
println()
|
||||
if !keyPtr.Underlying.IsAConstantExpr().IsNil() {
|
||||
if keyPtr.Underlying.Opcode() == llvm.BitCast {
|
||||
keyPtr = &LocalValue{v.Eval, keyPtr.Underlying.Operand(0)}
|
||||
|
||||
Reference in New Issue
Block a user