Don’t add Sone twice.
[Sone.git] / src / main / java / net / pterodactylus / sone / core / Core.java
index a300c66..fe4586b 100644 (file)
@@ -209,7 +209,6 @@ public class Core extends AbstractService {
                } catch (MalformedURLException mue1) {
                        throw new SoneException(Type.INVALID_URI);
                }
-               localSones.add(sone);
                return sone;
        }