You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by al...@apache.org on 2020/04/10 06:52:17 UTC

[openwhisk-wskdebug] 03/04: remove debug log

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 <ak...@adobe.com>
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);