Skip to content

Commit 2942e85

Browse files
committed
removed log
1 parent d3c5ec8 commit 2942e85

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tasks/createBuildExec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export default (ctx: Context): ListrTask<Context, ListrRendererFactory, ListrRen
1313
try {
1414
if (ctx.authenticatedInitially && !ctx.config.skipBuildCreation) {
1515
let resp = await ctx.client.createBuild(ctx.git, ctx.config, ctx.log, ctx.build.name, ctx.isStartExec, ctx.env.SMART_GIT, ctx.options.markBaseline, ctx.options.baselineBuild, ctx.options.scheduled,ctx.env.LT_USERNAME,ctx.env.LT_ACCESS_KEY);
16-
ctx.log.debug(`resp from createBuild: ${JSON.stringify(resp)}`);
1716
if (resp && resp.data && resp.data.buildId) {
1817
ctx.build = {
1918
id: resp.data.buildId,

0 commit comments

Comments
 (0)