remove the debug alert
diff --git a/index.html b/index.html
index effa2a9..15652aa 100644
--- a/index.html
+++ b/index.html
@@ -64,7 +64,6 @@
   var email = $("input")[0].value;
   $.get( "https://545303d4-dd03-4cfc-a553-4253f7929dfd-gws.api-gw.mybluemix.net/openwhisk-team/slackinvite", { email: email} )
   .done(function( data ) {
-    alert( "Data Loaded: " + data );
     btn.addClass("btn-success");
     btn.html("WOOT. CHECK YOUR EMAIL!");
     res.html(data.message);