aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--js/storage.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/js/storage.js b/js/storage.js
index ff00f24..4ca9b4f 100644
--- a/js/storage.js
+++ b/js/storage.js
@@ -518,9 +518,7 @@
var applyPublicSuffixList = function(details) {
if ( !details.error ) {
publicSuffixList.parse(details.content, punycode.toASCII);
- } else {
- console.error("Can't load public suffix list: "+details.error);
- }
+ }
callback();
};