Skip to content

Commit

Permalink
Remove unecessary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhEugene committed Nov 3, 2023
1 parent ca885e1 commit 1a5311f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mods/don_loadout/code/donations/ooc_color.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
continue

var/sent_message = "[create_text_tag("ooc", "OOC:", target)] <EM>[ckey]:</EM> [SPAN_CLASS("message linkify", "[message]")]"
log_debug(sent_message)
if(can_badmin)
receive_communication(C, target, SPAN_COLOR(ooc_color, SPAN_CLASS("ooc", sent_message)))
else
Expand Down

0 comments on commit 1a5311f

Please sign in to comment.