mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Remove debug logging statement
This commit is contained in:
@@ -163,7 +163,6 @@ var/list/all_maps = list()
|
|||||||
z = 1
|
z = 1
|
||||||
var/datum/time/now = get_zlevel_time(z)
|
var/datum/time/now = get_zlevel_time(z)
|
||||||
var/percent = now.seconds_stored / now.seconds_in_day
|
var/percent = now.seconds_stored / now.seconds_in_day
|
||||||
testing("get_night is [percent] through the day on [z]")
|
|
||||||
|
|
||||||
// First quarter, last quarter
|
// First quarter, last quarter
|
||||||
if(percent < 0.25 || percent > 0.75)
|
if(percent < 0.25 || percent > 0.75)
|
||||||
|
|||||||
Reference in New Issue
Block a user