Skip to content

Commit

Permalink
Remove unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
nhulston committed Jul 12, 2023
1 parent 8a04bd3 commit a50ebb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/commands/lambda/flare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ const ZIP_FILE_NAME = 'lambda-flare-output.zip'
const MAX_LOG_STREAMS = 50
const DEFAULT_LOG_STREAMS = 3
const MAX_LOG_EVENTS_PER_STREAM = 1000
const FULL_OBFUSCATION = '****************'
const MIDDLE_OBFUSCATION = '**********'

export class LambdaFlareCommand extends Command {
private isDryRun = false
Expand Down

0 comments on commit a50ebb8

Please sign in to comment.