Skip to content

Commit

Permalink
Delete '[16-9] get_xml_name for ...' log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocaster committed Dec 12, 2015
1 parent 777b0ad commit 96fc6cf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/xrGame/ui_base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,6 @@ shared_str ui_core::get_xml_name(LPCSTR fn)
xr_sprintf(str, "%s", fn);
if ( NULL==strext(fn) ) xr_strcat(str, ".xml");
}
#ifdef DEBUG
Msg("[16-9] get_xml_name for[%s] returns [%s]", fn, str);
#endif // #ifdef DEBUG
}
return str;
}

0 comments on commit 96fc6cf

Please sign in to comment.