Skip to content

Commit 8216302

Browse files
committed
Remove dbg msg in bg draw
1 parent 418e52c commit 8216302

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/game/client/components/tclient/bg_draw.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,6 @@ void CBgDraw::OnMapLoad()
591591

592592
void CBgDraw::OnStateChange(int NewState, int OldState)
593593
{
594-
log_info("hI", "Old: %d, New: %d", OldState, NewState);
595594
if(OldState == IClient::STATE_ONLINE || OldState == IClient::STATE_DEMOPLAYBACK)
596595
{
597596
if(g_Config.m_TcBgDrawAutoSaveLoad > 0)

0 commit comments

Comments
 (0)