Skip to content

Commit 831d18f

Browse files
committed
adjusted log info for the updateNginxConfig
1 parent e80a4b1 commit 831d18f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

azure-pipeline/src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import {
1818
ClientSecretCredential,
1919
AuthenticationError,
2020
} from '@azure/identity';
21-
import { info } from 'console';
2221

2322
/**
2423
* Class ConfigUpdater is responsible for updating the Nginx configuration.
@@ -113,7 +112,7 @@ class ConfigUpdater {
113112
updateNginxConfig = async () => {
114113
console.log('updateNginxConfig... \n\tSubscription: ', validatedEnvVar(INPUT.subscription), '\n\tResource Group: ', validatedEnvVar(INPUT.resource), '\n\tDeployment: ', validatedEnvVar(INPUT.deployment), '\n\tSource: ', validatedEnvVar(INPUT.source), '\n\tTarget: ', validatedEnvVar(INPUT.target), '\n\tRoot File: ', validatedEnvVar(INPUT.rootFile));
115114
try {
116-
const res = await updateUserConfig(
115+
await updateUserConfig(
117116
this.getRequestResource(),
118117
await this.getConvertedFileObject(),
119118
await this.getRequestConfig(),

0 commit comments

Comments
 (0)