Skip to content

Commit

Permalink
fix: 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 8, 2024
1 parent 4bb7eab commit 5db1b22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/container-imp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ export class AppContainer implements Container {
}

const { enabledAt } = state.remoteDebugging
console.log('xxxxxxxxxxxxxxxxxxxxxx', enabledAt)
if (enabledAt) {
const threeMinutesAgo = new Date(new Date().getTime() - autoDisableRemoteLoggingIntervalInMinutes * 60000)
const isOlderThanAutoDisableInterval = enabledAt < threeMinutesAgo
Expand Down

0 comments on commit 5db1b22

Please sign in to comment.