Skip to content

Commit

Permalink
Remove stupid debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
pazdera committed Dec 22, 2017
1 parent af0088e commit 8aaabe4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/deploy-methods/s3.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ function _doRelease(build, target, algorithm) {
stream.resume();
return;
} else {
throw new Error('fuck!');
console.log('Overwriting ' + header.name);
}
} else {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kart",
"version": "0.5.2",
"version": "0.5.3",
"description": "Kano Archive and Release Tool. Managing releases mainly of static websites.",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit 8aaabe4

Please sign in to comment.