Skip to content

Commit ba209ae

Browse files
committed
Remove temp log output
1 parent a3fba28 commit ba209ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-function/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@ module.exports = async (req, res) => {
216216

217217
await triggerAzurePipeline(triggerToken, 'githubsync', 'FFmpeg', pipelineId, sourceBranch, parameters, logcont);
218218

219-
res.end(`OK. Log: ` + logcont.log);
219+
////res.end(`OK. Log: ` + logcont.log);
220+
res.end(`OK.`);
220221

221222
} else {
222223

0 commit comments

Comments
 (0)