Skip to content

Commit

Permalink
fix: remove unuse console
Browse files Browse the repository at this point in the history
  • Loading branch information
yugasun committed Sep 4, 2020
1 parent a9e7aad commit 484779a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
## [1.0.2](https://github.com/serverless-plus/serverless-updater/compare/v1.0.1...v1.0.2) (2020-09-04)


### Bug Fixes

* readme license ([f66a864](https://github.com/serverless-plus/serverless-updater/commit/f66a8640c2e922de7fa6e410d9c43abc7a5d67e8))
- readme license ([f66a864](https://github.com/serverless-plus/serverless-updater/commit/f66a8640c2e922de7fa6e410d9c43abc7a5d67e8))

## [1.0.1](https://github.com/serverless-plus/serverless-updater/compare/v1.0.0...v1.0.1) (2020-09-04)

Expand Down
1 change: 0 additions & 1 deletion bin/slsup.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ async function main() {
program.parse(process.argv);

const { component, path, source, multi, autoPush, autoPublish, forcePublish } = program;
console.log('forcePublish', forcePublish);
let list = ['component'];
if (multi) {
list = component.split(',');
Expand Down

0 comments on commit 484779a

Please sign in to comment.