From 96c364c5fc06e98a4b61a69bd934539749a1ea41 Mon Sep 17 00:00:00 2001 From: skilion Date: Tue, 2 Jan 2018 15:06:20 +0100 Subject: [PATCH] removed tmp instruction --- src/main.d | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.d b/src/main.d index b57d5e0e..d288777f 100644 --- a/src/main.d +++ b/src/main.d @@ -195,7 +195,6 @@ void performSync(SyncEngine sync) } count = -1; } catch (Exception e) { - throw e; if (++count == 3) throw e; else log.log(e.msg); }