diff --git a/index.html b/index.html
index 3d751d9..e4d62c6 100644
--- a/index.html
+++ b/index.html
@@ -93,9 +93,6 @@ window.onload = function() {
// Boolean checkbox
gui.add(fizzyText, "displayOutline");
- // Watches a property
- gui.add(fizzyText, "framesRendered").listen();
-
// Fires a function called "explode"
gui.add(fizzyText, "explode").name("Explode!"); // Specify a custom name.