diff --git a/samples/appcache-features.html b/samples/appcache-features.html
index 16a0008..caea551 100644
--- a/samples/appcache-features.html
+++ b/samples/appcache-features.html
@@ -792,7 +792,7 @@
function cacheErrorHandler(evt){
console.log("CACHE ERROR: " + JSON.stringify(evt));
- alert("There was a problem loading the cache. ")
+ //alert("There was a problem loading the cache. ");
}
});