diff --git a/index.html b/index.html
index d208716..1f76b90 100644
--- a/index.html
+++ b/index.html
@@ -3526,10 +3526,6 @@ DIOTIMA: *All I could do was try and learn how to love better next time.*
var newItem = "Love is, despite suffering, ultimately good.";
inventory.indexOf(newItem) === -1 ? inventory.push(newItem) : console.log("This idea already exists");
-
-if (inventory.indexOf("Love is, despite suffering, ultimately good.") > -1) {
- inventory.splice(inventory.indexOf("Love is, despite suffering, ultimately good."), 1);
-}
[continued]
[CSS]