diff --git a/applefruitmoth/static/applefruitmoth/js/applefruitmoth.js b/applefruitmoth/static/applefruitmoth/js/applefruitmoth.js
index dfa5a49c8eccc730ea2b658f3aeca579ef204bf1..cdea90477db240d2d2f7be6dc44d74cfd0220043 100644
--- a/applefruitmoth/static/applefruitmoth/js/applefruitmoth.js
+++ b/applefruitmoth/static/applefruitmoth/js/applefruitmoth.js
@@ -112,9 +112,9 @@ function runModel (basisTemp, data, name, start, end) {
 	.fail(function( jqXHR, textStatus,errorThrown ) {
 		alert( "Request failed: " + errorThrown );
 	})
-	.always(function() {
-		alert( "complete" );
-	})
+	//.always(function() {
+	//	alert( "complete" );
+	//})
 	;
 }