From 8659e77adc394c3e6e5ba27e719615216134dc08 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Tue, 21 Feb 2017 20:40:50 -0500 Subject: [PATCH] Cleanup. --- DepotDownloader/Steam3Session.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DepotDownloader/Steam3Session.cs b/DepotDownloader/Steam3Session.cs index 9d20027e..21cab186 100644 --- a/DepotDownloader/Steam3Session.cs +++ b/DepotDownloader/Steam3Session.cs @@ -229,7 +229,7 @@ namespace DepotDownloader { bool success = false; bool completed = false; - Action cbMethod = (resultInfo) =>//(packageInfo) => + Action cbMethod = (resultInfo) => { completed = true; success = resultInfo.GrantedApps.Contains(appId);