Remove debug code

This commit is contained in:
Timothy Baldridge 2019-12-08 10:01:41 -07:00
parent 3bbbfb3ea2
commit 37542c2148

View File

@ -40,10 +40,6 @@ namespace Wabbajack.Lib
ConfigureProcessor(18, RecommendQueueSize());
var game = GameRegistry.Games[ModList.GameType];
// TODO: Remove
DownloadDispatcher.GetInstance<LoversLabDownloader>().Prepare();
if (GameFolder == null)
GameFolder = game.GameLocation(SteamHandler.Instance.Games.Any(g => g.Game == game.Game));