From 46912fea83b36efccdf2ef41cfa6d958db5adcc8 Mon Sep 17 00:00:00 2001 From: M Starch Date: Thu, 16 Feb 2023 19:00:14 -0800 Subject: [PATCH] removing superfluous first_log variable --- src/fprime_gds/executables/cli.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/fprime_gds/executables/cli.py b/src/fprime_gds/executables/cli.py index 66e5b6a3..db241300 100644 --- a/src/fprime_gds/executables/cli.py +++ b/src/fprime_gds/executables/cli.py @@ -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]]: