Skip to content

Commit 96fc6cf

Browse files
author
nitrocaster
committed
Delete '[16-9] get_xml_name for ...' log message.
1 parent 777b0ad commit 96fc6cf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/xrGame/ui_base.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,6 @@ shared_str ui_core::get_xml_name(LPCSTR fn)
288288
xr_sprintf(str, "%s", fn);
289289
if ( NULL==strext(fn) ) xr_strcat(str, ".xml");
290290
}
291-
#ifdef DEBUG
292-
Msg("[16-9] get_xml_name for[%s] returns [%s]", fn, str);
293-
#endif // #ifdef DEBUG
294291
}
295292
return str;
296293
}

0 commit comments

Comments
 (0)