File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ const request = require('request');
4
4
const config = require ( './config' ) ,
5
5
capabilityHelper = require ( "../helpers/capabilityHelper" ) ,
6
6
Constants = require ( '../helpers/constants' ) ,
7
- utils = require ( '../helpers/utils' ) ,
8
- logger = require ( '../helpers/logger' ) . winstonLogger ;
7
+ utils = require ( '../helpers/utils' ) ;
9
8
10
9
const createBuild = ( bsConfig , zip ) => {
11
10
return new Promise ( function ( resolve , reject ) {
@@ -47,8 +46,6 @@ const createBuild = (bsConfig, zip) => {
47
46
reject ( Constants . userMessages . BUILD_FAILED ) ;
48
47
}
49
48
} else {
50
- // logger.info(`${build.message}! ${Constants.userMessages.BUILD_CREATED} with build id: ${build.build_id}`);
51
- // logger.info(`Visit the Automate dashboard for test reporting: ${config.dashboardUrl}${build.build_id}`);
52
49
resolve ( build ) ;
53
50
}
54
51
resolve ( build ) ;
You can’t perform that action at this time.
0 commit comments