Skip to content

Remove leftover debug logger and dead conditional#90

Open
Smiggus wants to merge 1 commit into
7Cav:mainfrom
Smiggus:chore/remove-dead-debug-code
Open

Remove leftover debug logger and dead conditional#90
Smiggus wants to merge 1 commit into
7Cav:mainfrom
Smiggus:chore/remove-dead-debug-code

Conversation

@Smiggus

@Smiggus Smiggus commented Jul 4, 2026

Copy link
Copy Markdown
  • Deletes DecalSwitcherDebug.c: a debugging helper that appends NDJSON to $profile:debug-927988.log on whatever machine calls it. Nothing in the repo references the class; it is dead code shipped in the released mod.
  • CAV_SLseesownSquadMarker.c: both branches of the if/else called SetLocalVisible(true). Collapsed the leftover test scaffolding into a single call with a comment stating the intent (squad leaders see their own marker).

No behavior change.

- Delete DecalSwitcherDebug.c: leftover debugging helper that appends an
  NDJSON log file ($profile:debug-927988.log) on any machine where it is
  called. Nothing in the repo references the class, so it is dead code
  that only risks accidental log spam if wired up again.
- CAV_SLseesownSquadMarker.c: both branches of the if/else called
  SetLocalVisible(true); collapse the leftover test scaffolding into a
  single call with a comment stating the intent.

No behavior change.
@Smiggus Smiggus force-pushed the chore/remove-dead-debug-code branch from 41cb7e0 to ceec4a6 Compare July 7, 2026 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant