summaryrefslogtreecommitdiff
path: root/src/level-import.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/level-import.cpp')
-rw-r--r--src/level-import.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/level-import.cpp b/src/level-import.cpp
index 44085f5..0a6b6d3 100644
--- a/src/level-import.cpp
+++ b/src/level-import.cpp
@@ -207,7 +207,6 @@ pke_ui_box *pke_at_level_import_build_ui_list_item(pke_ui_box *parent_box, pk_cs
if (box_type == PKE_UI_BOX_TYPE_BUTTON_TEXT) {
ev = ECS_GetEv(bx->type_data->button_text.pke_event_handle);
pk_ev_register_cb(ev->ev_mgr_id, ev->ev_id, fn, item_ptr);
- fprintf(stdout, "[%s] pke_at_level_import_build_ui_list_item box: %p, ev_id: %lu, ev_handle %u:%u\n", __FILE__, (void *)bx, ev->ev_id, ev->pke_event_handle.b, ev->pke_event_handle.i);
bx->type_data->button_text.font_type_render = FontType_AddStringRender(FontTypeHandle{0,0}, std::move(str), &frs);
}
return bx;