Skip to content

Commit 71f18ed

Browse files
committed
removed logging
1 parent bf32823 commit 71f18ed

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

AuroraGSI-RL/AuroraGSI.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ void AuroraGSI::UpdateState(ServerWrapper wrapper)
101101
GameSettingPlaylistWrapper playlistWrapper = wrapper.GetPlaylist();
102102
if (playlistWrapper.memory_address != NULL) {
103103
GameState.Match.Mode = playlistWrapper.GetPlaylistId();
104-
cvarManager->log("set mode " + std::to_string(playlistWrapper.GetPlaylistId()));
105104
}
106105
}
107106

0 commit comments

Comments
 (0)