Fix notifications.
[Sone.git] / src / main / java / net / pterodactylus / sone / database / memory / MemoryDatabase.java
index c49f978..f2f4217 100644 (file)
@@ -134,7 +134,6 @@ public class MemoryDatabase implements Database {
        public void start() {
                memoryPostDatabase.start();
                loadKnownPostReplies();
-               notifyStarted();
        }
 
        @Override
@@ -147,7 +146,6 @@ public class MemoryDatabase implements Database {
                } catch (ConfigurationException ce1) {
                        logger.log(Level.WARNING, "Could not save configuration!", ce1);
                }
-               notifyStopped();
        }
 
        @Override