gg: remove tracing println in draw_image

pull/6063/head
Delyan Angelov 2020-08-04 12:57:54 +03:00
parent 9ce75e10d5
commit 216b6bf285
1 changed files with 0 additions and 1 deletions

View File

@ -331,7 +331,6 @@ pub fn (ctx &Context) draw_image(x, y, width, height f32, img &Image) {
unsafe { unsafe {
mut image := img mut image := img
image.init_sokol_image() image.init_sokol_image()
println('>>> img.simg_ok: $img.simg_ok')
} }
} }
u0 := f32(0.0) u0 := f32(0.0)