mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-12 22:17:26 +01:00
jsutil: Remove println
This commit is contained in:
parent
7a86238c9a
commit
2ca0f3f300
@ -40,7 +40,6 @@ func TemporaryUint8Array(byteLength int) js.Value {
|
||||
if isTypedArrayWritable {
|
||||
if uint8ArrayObj.IsUndefined() {
|
||||
uint8ArrayObj = js.Global().Get("Uint8Array").New()
|
||||
println("h")
|
||||
}
|
||||
uint8ArrayObj.Set("buffer", temporaryBuffer)
|
||||
uint8ArrayObj.Set("byteOffset", 0)
|
||||
|
Loading…
Reference in New Issue
Block a user