mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-29 09:24:33 +00:00
Remove debug print in image helper.
This commit is contained in:
@@ -3,8 +3,6 @@ package image
|
||||
import "core:bytes"
|
||||
import "core:mem"
|
||||
|
||||
import "core:fmt"
|
||||
|
||||
Image :: struct {
|
||||
width: int,
|
||||
height: int,
|
||||
@@ -202,7 +200,5 @@ return_single_channel :: proc(img: ^Image, channel: Channel) -> (res: ^Image, ok
|
||||
res.background = img.background;
|
||||
res.sidecar = img.sidecar;
|
||||
|
||||
fmt.println(t);
|
||||
|
||||
return res, true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user