Skip to content

Commit

Permalink
removing superfluous first_log variable
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch committed Feb 17, 2023
1 parent 4ec5fa1 commit 46912fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/fprime_gds/executables/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,6 @@ class LogDeployParser(ParserBase):
to end up in the proper place.
"""

# Class variable to store logs on first encounter of the logging call. This helps ensure that the logs all end up in
# a consistent directory, opposed to multiple directories across the system.
first_log = None

DESCRIPTION = "Process arguments needed to specify a logging"

def get_arguments(self) -> Dict[Tuple[str, ...], Dict[str, Any]]:
Expand Down

0 comments on commit 46912fe

Please sign in to comment.