Skip to content

Commit

Permalink
fixed ignore case and removed a debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
gusxyz committed Oct 11, 2024
1 parent bcb4be2 commit f53a691
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Content.Shared/RCD/Systems/RCDSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,6 @@ private bool IsDeconstructionStillValid(EntityUid uid, RCDComponent component, M
}

}
Logger.Debug("tis fine!");
return true;
}

Expand Down

0 comments on commit f53a691

Please sign in to comment.