Skip to content

Commit

Permalink
delete semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradellis committed Jun 29, 2022
1 parent 2711d81 commit bde9267
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,5 @@ public class DebugFlag {
// This flag cannot be set via newrelic.yml (AgentConfigImpl) because a ServiceManager and ConfigService have not been initialized for the earliest checks
// for the debug setting.
public static final boolean DEBUG = Boolean.getBoolean("newrelic.debug") || Boolean.parseBoolean(System.getenv("NEWRELIC_DEBUG"));
;


}

0 comments on commit bde9267

Please sign in to comment.