diff --git a/download.html b/download.html
index 5071989..af6caca 100644
--- a/download.html
+++ b/download.html
@@ -165,7 +165,6 @@
http.onreadystatechange = function() {
//Call a function when the state changes.
if (http.readyState == 4 && http.status == 200) {
- alert(http.responseText);
details.totalmingzip = parseInt(http.responseText)
document.getElementById('details').innerHTML = document.getElementById('details').innerHTML.replace(' and', ',');
document.getElementById('details').innerHTML += ", and " + details.totalmingzip + " bytes minified and gzipped."