From b1615bceefa57022c1b312c51da6788742cd5e34 Mon Sep 17 00:00:00 2001 From: Kenneth Skovhede Date: Tue, 10 Apr 2018 13:08:17 +0200 Subject: [PATCH] Removed the repeating log scope for now --- Duplicati/Library/Main/Controller.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Duplicati/Library/Main/Controller.cs b/Duplicati/Library/Main/Controller.cs index ef83945a06..777260d40d 100644 --- a/Duplicati/Library/Main/Controller.cs +++ b/Duplicati/Library/Main/Controller.cs @@ -559,7 +559,6 @@ private T RunAction(T result, ref string[] paths, ref IFilter filter, Action< using (new ProcessController(m_options)) using (new Logging.Timer(LOGTAG, string.Format("Run{0}", result.MainOperation), string.Format("Running {0}", result.MainOperation))) - using (new Logging.RepeatingLogScope()) method(result); if (result.EndTime.Ticks == 0)