diff options
| -rw-r--r-- | js/performance-stats.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/performance-stats.js b/js/performance-stats.js index ba45de2..f9762d8 100644 --- a/js/performance-stats.js +++ b/js/performance-stats.js @@ -21,7 +21,6 @@ setInterval(function () { context.fill(); // DO NOT ENABLE THIS LMAO // document.write("Text to display."); - alert("This is not permanent, just a testing page."); } stats.end(); }, 1000 / 60);
\ No newline at end of file |