Remove old Config temp var

This commit is contained in:
Jordan Brown
2017-11-12 13:13:53 -05:00
committed by GitHub
parent bfae6abdaa
commit d244248618
@@ -900,9 +900,6 @@ namespace TGServerService
currentProgress = -1;
var Config = Properties.Settings.Default;
branch = Repo.Branches[LocalBranchName];
if (branch == null)
{