Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin Koepke committed Jun 19, 2020
1 parent a43be7d commit afbbc6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cmds/secrets_cmds/add.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ exports.handler = async args => {
const endpoint = args.endpoint || 'https://api.statickit.com';
const userAgent = `@statickit/cli@${version}`;

console.log(args);

if (!deployKey) {
messages.authRequired();
process.exitCode = 1;
Expand Down

0 comments on commit afbbc6b

Please sign in to comment.