mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
gg: remove 2 prints
This commit is contained in:
@@ -358,7 +358,7 @@ fn (c GG) text_align(a int) {
|
||||
}
|
||||
|
||||
pub fn create_image(file string) u32 {
|
||||
println('gg create image "$file"')
|
||||
//println('gg create image "$file"')
|
||||
if file.contains('twitch') {
|
||||
return u32(0)// TODO
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user