From d244248618b4f6b9f71f5bcd4ae38266c8ff02b3 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Sun, 12 Nov 2017 13:13:53 -0500 Subject: [PATCH] Remove old Config temp var --- TGServerService/ServerInstance/Repository.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/TGServerService/ServerInstance/Repository.cs b/TGServerService/ServerInstance/Repository.cs index c70a2243cb..fc1a8e7e7d 100644 --- a/TGServerService/ServerInstance/Repository.cs +++ b/TGServerService/ServerInstance/Repository.cs @@ -900,9 +900,6 @@ namespace TGServerService currentProgress = -1; - var Config = Properties.Settings.Default; - - branch = Repo.Branches[LocalBranchName]; if (branch == null) {