This is an automated email from the ASF dual-hosted git repository. alexkli pushed a commit to branch optional-ngrok in repository https://gitbox.apache.org/repos/asf/openwhisk-wskdebug.git
commit 2e36cff79543ca3d034a209eb1f6f8b6fe87ddbb Author: Alexander Klimetschek <[email protected]> AuthorDate: Thu Apr 9 23:33:40 2020 -0700 remove debug log --- src/debugger.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/debugger.js b/src/debugger.js index b58cd0b..cd8a913 100644 --- a/src/debugger.js +++ b/src/debugger.js @@ -34,7 +34,6 @@ class Debugger { this.actionName = argv.action; this.wskProps = wskprops.get(); - console.log(this.wskProps); if (Object.keys(this.wskProps).length === 0) { console.error(`Error: Missing openwhisk credentials. Found no ~/.wskprops file or WSK_* environment variable.`); process.exit(1);
