Skip to content
This repository has been archived by the owner on Nov 6, 2021. It is now read-only.

Commit

Permalink
Remove silly console log
Browse files Browse the repository at this point in the history
  • Loading branch information
shortjared committed May 11, 2016
1 parent ea491b3 commit 2913ea1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-secrets",
"version": "1.0.0",
"version": "1.0.1",
"description": "A serverless plugin for managing secrets, Credstash compatible.",
"main": "src/index.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ module.exports = function(S) {


_addSecretsHandling(evt){
console.log(evt);
let _this = this;
_this.project = S.getProject();
let func = _this.project.getFunction(evt.options.name);
Expand Down

0 comments on commit 2913ea1

Please sign in to comment.