fixes travis' shit (#226)

This commit is contained in:
Poojawa
2017-02-14 04:28:51 -06:00
committed by GitHub
parent 06e7edcb4a
commit 84350d3417
+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