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

Commit 2913ea1

Browse files
committed
Remove silly console log
1 parent ea491b3 commit 2913ea1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-secrets",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A serverless plugin for managing secrets, Credstash compatible.",
55
"main": "src/index.js",
66
"scripts": {

src/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ module.exports = function(S) {
5656

5757

5858
_addSecretsHandling(evt){
59-
console.log(evt);
6059
let _this = this;
6160
_this.project = S.getProject();
6261
let func = _this.project.getFunction(evt.options.name);

0 commit comments

Comments
 (0)