Skip to content

Commit 806ffac

Browse files
committed
remove unnecessary lines
1 parent 93246f8 commit 806ffac

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

apps/api/src/jobs/deployApplication.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ import * as buildpacks from '../lib/buildPacks';
4444
if (queueBuild.status === 'running') {
4545
await saveBuildLog({ line: 'Building halted, restarting...', buildId, applicationId: application.id });
4646
}
47-
// if (pullmergeRequestId) {
48-
// pullmergeRequestId = pullmergeRequestId.toString()
49-
// }
50-
5147
const {
5248
id: applicationId,
5349
repository,
@@ -264,7 +260,6 @@ import * as buildpacks from '../lib/buildPacks';
264260
const envs = [
265261
`PORT=${port}`
266262
];
267-
console.log({secrets})
268263
if (secrets.length > 0) {
269264
secrets.forEach((secret) => {
270265
if (pullmergeRequestId) {

0 commit comments

Comments
 (0)