Remove useless line
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Fri, 13 May 2011 12:09:08 -0600
changeset 113 f0364f15f506
parent 112 b82d94bbf47a
child 114 5838e0463f28
Remove useless line
autoimplementation.html
--- a/autoimplementation.html	Fri May 13 12:06:45 2011 -0600
+++ b/autoimplementation.html	Fri May 13 12:09:08 2011 -0600
@@ -1542,8 +1542,6 @@
 			}
 			button.parentNode.removeChild(button);
 		} })(key, newValue, button);
-	} else {
-		localStorage[key] = newValue;
 	}
 }