Skip to content

Commit

Permalink
feat: code cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Leach <jason.leach@fullboar.ca>
  • Loading branch information
jleach committed Jul 9, 2024
1 parent c9e75f8 commit 92b6185
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/container-imp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,7 @@ export class AppContainer implements Container {
logger.remoteLoggingEnabled = !isOlderThanAutoDisableInterval
logger.sessionId = sessionId

logger.info(
`Remote logging enabled, last enabled at ${enabledAt}, session id: ${logger.sessionId}, ${sessionId}`
)
logger.info(`Remote logging enabled, last enabled at ${enabledAt}, session id: ${logger.sessionId}.`)
}
}

Expand Down

0 comments on commit 92b6185

Please sign in to comment.