diff --git a/download.html b/download.html
index 50719898e9e1dbcf5ae166328cd8feaad8ac093a..af6caca1e13f8430dc925447ca688cc97044c186 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."