1
1
forked from 0ad/0ad

Removes outdated archive trace code forgotten in 63086f4e26.

This was SVN commit r25497.
This commit is contained in:
Vladislav Belov 2021-05-21 19:05:40 +00:00
parent fe4890e0b2
commit 5be764e384

View File

@ -84,9 +84,6 @@ static void ProcessCommandLineArgs(const CmdLineArgs& args)
}
}
// if (args.Has("listfiles"))
// trace_enable(true);
if (args.Has("profile"))
g_ConfigDB.SetValueString(CFG_COMMAND, "profile", args.Get("profile"));