Skip to content

Commit 5ba5a37

Browse files
Comment out console logs
Signed-off-by: Leanid Astrakou <lastrakou@rocketsoftware.com>
1 parent a9a6f12 commit 5ba5a37

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/actions/PlanningActions.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,7 @@ export class PlanningActions {
114114

115115
// majorVers optional or def to DEF_ZOWE_MAJOR_VERS
116116
public static async getZoweFullVersion(majorVersion?: number): Promise<IResponse> {
117-
console.log("zowe version in getZoweFullVersion method received before the promise ", majorVersion);
118117
return new Promise<IResponse>((resolve, reject) => {
119-
console.log("zowe version in getZoweFullVersion method received as ", majorVersion);
120118
https.get(`https://raw.githubusercontent.com/zowe/zowe-install-packaging/v${majorVersion || DEF_ZOWE_MAJOR_VERS}.x/master/manifest.json.template`, (res) => {
121119
let data = '';
122120

0 commit comments

Comments
 (0)