Skip to content

Commit 0a963c5

Browse files
committed
Removed debug statement.
1 parent f2114de commit 0a963c5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/player_exdescs.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,13 +310,15 @@ std::vector<PCExDesc *> exdescs_with_visibility_changed_by_wearloc(struct char_d
310310

311311
int num_already_set = comparison_field.GetNumSet();
312312

313+
/*
313314
send_to_char(vict, "DEBUG: Comparing '%s's wearlocs of %s to your already-covered wearlocs of %s yields %s (%d set).\r\n",
314315
exdesc->get_keyword(),
315316
exdesc->get_wear_slots()->ToString(),
316317
GET_CHAR_COVERED_WEARLOCS(vict).ToString(),
317318
comparison_field.ToString(),
318319
num_already_set
319320
);
321+
*/
320322

321323
// Check for something that's being revealed.
322324
if (check_for_reveal) {

0 commit comments

Comments
 (0)