Kill some debug spam (#2095)

changes:

Killed some debug statements that aren't needed anymore.
This commit is contained in:
Lohikar
2017-04-16 12:14:39 -05:00
committed by skull132
parent 4d97eba214
commit ce8cee4cbd
2 changed files with 0 additions and 3 deletions
@@ -60,7 +60,6 @@
infraction.fine = text2num(char_infraction_query.item[10])
infraction.felony = text2num(char_infraction_query.item[11])
pref.incidents.Add(infraction)
log_debug("Added infraction with [infraction.UID]")
/datum/category_item/player_setup_item/other/incidents/content(var/mob/user)
pref.incidents = list()