This commit is contained in:
LetterJay
2017-02-14 04:52:59 -06:00
2 changed files with 1 additions and 2 deletions
View File
+1 -2
View File
@@ -39,7 +39,6 @@
#ifdef TESTING
var/msg = "mentors Built:\n"
for(var/ckey in mentor_datums)
var/datum/mentors/D = mentor_datums[ckey]
msg += "\t[ckey] - [D.rank.name]\n"
msg += "\t[ckey] - mentor\n"
testing(msg)
#endif