mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-06 12:03:41 +00:00
compiler: remove println statement
I forgot to remove this debug print after I wrote the code...
This commit is contained in:
@@ -225,7 +225,6 @@ func (c *Compiler) doesEscape(value llvm.Value) bool {
|
||||
// pointers escape.
|
||||
// TODO: introduce //go:noescape that sets the 'nocapture'
|
||||
// flag on each input parameter.
|
||||
println("declaration:", use.CalledValue().Name())
|
||||
continue
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user