From e498dd135cac463048ebea85ae40f325d49d0b83 Mon Sep 17 00:00:00 2001 From: s1n Date: Thu, 26 Sep 2019 16:56:08 -0700 Subject: remove alert box --- js/performance-stats.js | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3