Don’t fetch a local Sone initially.
[Sone.git] / src / main / java / net / pterodactylus / sone / core / Core.java
index 7dc398e..e0373e9 100644 (file)
@@ -817,7 +817,6 @@ public class Core implements IdentityListener, UpdateListener {
                                @SuppressWarnings("synthetic-access")
                                public void run() {
                                        if (!preferences.isSoneRescueMode()) {
-                                               soneDownloader.fetchSone(sone);
                                                return;
                                        }
                                        logger.log(Level.INFO, "Trying to restore Sone from Freenet…");