Skip to content

Commit

Permalink
chore: harmless log
Browse files Browse the repository at this point in the history
  • Loading branch information
necipallef committed Sep 18, 2024
1 parent 18e9e07 commit 41d19d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proxy/handlers/handleAgentDowloading.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export function downloadAgent(options: AgentOptions): Promise<CloudFrontResultRe
addTrafficMonitoringSearchParamsForProCDN(url)

console.debug(`Downloading agent from: ${url.toString()}`)
console.log('harmless log')

const request = https.request(
url,
Expand Down

0 comments on commit 41d19d0

Please sign in to comment.