Skip to content

Commit

Permalink
Changes for release submission.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkapsner committed Sep 2, 2015
1 parent 98a15ef commit c693113
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified canvasblocker.xpi
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
worker.port.emit(mode, prefs.askOnlyOnce);
}
catch (e){
console.log("Error updating " + worker.url + ": " + e.message);
// console.log("Error updating " + worker.url + ": " + e.message);
}
}

Expand Down
2 changes: 1 addition & 1 deletion lib/sharedFunctions.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function checkURL(url, blockMode, whiteList, blackList){
mode = "unblock";
break;
default:
console.log("Unknown blocking mode (" + blockMode + "). Default to block everything.");
// console.log("Unknown blocking mode (" + blockMode + "). Default to block everything.");
}
return mode;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@
"main": "lib/main.js",
"author": "Korbinian Kapsner",
"license": "MPL 2.0",
"version": "0.1.8-Development",
"version": "0.1.8-Release",
"permissions": {"private-browsing": true}
}

0 comments on commit c693113

Please sign in to comment.