removed tmp instruction

This commit is contained in:
skilion 2018-01-02 15:06:20 +01:00
parent d7f6674f60
commit 96c364c5fc

View file

@ -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);
}