From 3569abf3843d57700dd6618ee6604d403775f566 Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Tue, 20 Aug 2013 22:51:18 +0100 Subject: [PATCH] Removed console warning --- static/js/app/site.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/app/site.js b/static/js/app/site.js index 4708427..e23e690 100755 --- a/static/js/app/site.js +++ b/static/js/app/site.js @@ -13,7 +13,6 @@ $(document).ready(function () { if (window.location.hash == 'upload#') { Backbone.history.navigate("/"); } - console.warn("Need to check indexOf IE8 shim is working"); if (!Array.prototype.indexOf) { console.log("Shimming indexOf for IE8"); Array.prototype.indexOf = function (searchElement /*, fromIndex */) {