Remove creation of irc.log

This commit is contained in:
Curtis Shmyr
2018-07-29 19:06:53 -06:00
committed by reaperrr
parent 055041c142
commit de8c5e40c4

View File

@@ -290,7 +290,6 @@ namespace OpenRA
Log.AddChannel("sound", "sound.log"); Log.AddChannel("sound", "sound.log");
Log.AddChannel("graphics", "graphics.log"); Log.AddChannel("graphics", "graphics.log");
Log.AddChannel("geoip", "geoip.log"); Log.AddChannel("geoip", "geoip.log");
Log.AddChannel("irc", "irc.log");
Log.AddChannel("nat", "nat.log"); Log.AddChannel("nat", "nat.log");
var platforms = new[] { Settings.Game.Platform, "Default", null }; var platforms = new[] { Settings.Game.Platform, "Default", null };