Remove superflouos statement.
[Sone.git] / src / main / java / net / pterodactylus / sone / core / Core.java
index 0043feb..d3f50a1 100644 (file)
@@ -1070,7 +1070,6 @@ public class Core extends AbstractService implements IdentityListener, UpdateLis
                                        }
                                }
                        }
-                       remoteSones.put(identity.getId(), sone);
                        soneDownloader.addSone(sone);
                        setSoneStatus(sone, SoneStatus.unknown);
                        soneDownloaders.execute(new Runnable() {