diff --git a/index.html b/index.html
index 82a8111..a280da4 100644
--- a/index.html
+++ b/index.html
@@ -319,13 +319,7 @@
//click blank tiles
$('li.revealed:not(.mine):empty').mouseup();
-
- //this is a bit of a hack :( oh well
- $('ul:gt(' + gameBoardHeight + ')').remove();
});
-
- //this is a bit of a hack :( oh well
- $('ul:gt(' + gameBoardHeight + ')').remove();
inputEnabled = true;
}