Fixed Clean task cancelling after first run #544

This commit is contained in:
Rsl1122 2018-03-12 12:19:48 +02:00
parent 3198c4f69e
commit 91e99337e3

View File

@ -111,7 +111,6 @@ public abstract class SQLDB extends Database {
}
} catch (SQLException e) {
Log.toLog(this.getClass(), e);
} finally {
cancel();
}
}