mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
Remove debug print
This commit is contained in:
@@ -2645,8 +2645,6 @@ gb_internal String lb_filepath_obj_for_module(lbModule *m) {
|
|||||||
|
|
||||||
path = gb_string_append_length(path, ext.text, ext.len);
|
path = gb_string_append_length(path, ext.text, ext.len);
|
||||||
|
|
||||||
gb_printf_err("%s\n", path);
|
|
||||||
|
|
||||||
return make_string(cast(u8 *)path, gb_string_length(path));
|
return make_string(cast(u8 *)path, gb_string_length(path));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user