Remove debug logging statement

This commit is contained in:
Aronai Sieyes
2020-05-04 18:23:59 -04:00
parent df12cd888a
commit a58395bf4d
-1
View File
@@ -146,7 +146,6 @@ var/list/all_maps = list()
z = 1
var/datum/time/now = get_zlevel_time(z)
var/percent = now.seconds_stored / now.seconds_in_day
testing("get_night is [percent] through the day on [z]")
// First quarter, last quarter
if(percent < 0.25 || percent > 0.75)