Skip to content

Commit

Permalink
Removed the repeating log scope for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkendk committed Apr 10, 2018
1 parent 917cc63 commit b1615bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Duplicati/Library/Main/Controller.cs
Expand Up @@ -559,7 +559,6 @@ private T RunAction<T>(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)
Expand Down

0 comments on commit b1615bc

Please sign in to comment.