Remove unnecessary use of GetCompletePath

The result `aFullPath` is unused.
This commit is contained in:
Robert Müller 2023-12-07 18:51:57 +01:00
parent 082c44889a
commit 10b486a6b0

View file

@ -81,8 +81,6 @@ public:
if(!m_pConsole || !m_pStorage)
return;
char aFullPath[IO_MAX_PATH_LENGTH];
m_pStorage->GetCompletePath(IStorage::TYPE_SAVE, "dumps/", aFullPath, sizeof(aFullPath));
m_pConsole->Register("dbg_lognetwork", "", CFGFLAG_SERVER | CFGFLAG_CLIENT, Con_DbgLognetwork, this, "Log the network");
}