mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-01-03 10:31:54 +01:00
Changes for release submission:
version change remove console.log() calls
This commit is contained in:
parent
519f6a4c58
commit
2c49a6d590
Binary file not shown.
@ -80,7 +80,7 @@
|
|||||||
worker.port.emit(mode, prefs.askOnlyOnce);
|
worker.port.emit(mode, prefs.askOnlyOnce);
|
||||||
}
|
}
|
||||||
catch (e){
|
catch (e){
|
||||||
console.log("Error updating " + worker.url + ": " + e.message);
|
// console.log("Error updating " + worker.url + ": " + e.message);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -86,7 +86,7 @@ function checkURL(url, blockMode, whiteList, blackList){
|
|||||||
mode = "unblock";
|
mode = "unblock";
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
console.log("Unknown blocking mode (" + blockMode + "). Default to block everything.");
|
// console.log("Unknown blocking mode (" + blockMode + "). Default to block everything.");
|
||||||
}
|
}
|
||||||
return mode;
|
return mode;
|
||||||
}
|
}
|
||||||
|
@ -100,6 +100,6 @@
|
|||||||
"main": "lib/main.js",
|
"main": "lib/main.js",
|
||||||
"author": "Korbinian Kapsner",
|
"author": "Korbinian Kapsner",
|
||||||
"license": "MPL 2.0",
|
"license": "MPL 2.0",
|
||||||
"version": "0.1.6-Development",
|
"version": "0.1.6-Release",
|
||||||
"permissions": {"private-browsing": true}
|
"permissions": {"private-browsing": true}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user