Skip to content

Commit

Permalink
Removing debug setting (#1758)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science authored Jul 3, 2024
1 parent 491406a commit f6ee150
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions armi/settings/fwSettings/globalSettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
CONF_CYCLE_LENGTHS = "cycleLengths"
CONF_CYCLES = "cycles"
CONF_CYCLES_SKIP_TIGHT_COUPLING_INTERACTION = "cyclesSkipTightCouplingInteraction"
CONF_DEBUG = "debug"
CONF_DEBUG_MEM = "debugMem"
CONF_DEBUG_MEM_SIZE = "debugMemSize"
CONF_DECAY_CONSTANTS = "decayConstants"
Expand Down Expand Up @@ -454,9 +453,6 @@ def defineSettings() -> List[setting.Setting]:
"This list can be of length zero (copy to working dir), 1 (copy all files to the same "
f"place), or it must be the same length as {CONF_COPY_FILES_FROM}",
),
setting.Setting(
CONF_DEBUG, default=False, label="Python Debug Mode", description="None"
),
setting.Setting(
CONF_DEBUG_MEM,
default=False,
Expand Down

0 comments on commit f6ee150

Please sign in to comment.