Skip to content

Commit

Permalink
Remove certificate loggin
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurre Stender committed Aug 11, 2021
1 parent 8ba8780 commit c899f28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export class Proxy {
const config = this.buildProxyConfig(credentials, details.id)
this.cert = config.ca.cert

core.info(JSON.stringify(config)) // TODO: remove!
this.container = await this.createContainer(details.id, name)
await ContainerService.storeInput(
CONFIG_FILE_NAME,
Expand Down

0 comments on commit c899f28

Please sign in to comment.