Removed console warning

This commit is contained in:
Fergal Moran
2013-08-20 22:51:18 +01:00
parent 8fabecbf33
commit 3569abf384

View File

@@ -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 */) {