Skip to content

Commit 953abba

Browse files
committed
Remove warning for failed translations
1 parent d2ac7a0 commit 953abba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/stringed_hooks.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ int SEH_GetLocalizedTokenReference(char *token, const char *reference, const cha
158158
translation = SEH_StringEd_GetString(reference);
159159
if ( !translation )
160160
{
161-
Com_PrintWarning(CON_CHANNEL_SYSTEM, "WARNING: Could not translate part of %s: \"%s\"\n", messageType, reference);
162161
Com_sprintf(tmpbuf, sizeof(tmpbuf), "%s", reference);
163162
if ( errType == LOCMSG_NOERR )
164163
{

0 commit comments

Comments
 (0)