Remove WIP controller.

This commit is contained in:
ESwordTheCat
2014-07-03 10:28:55 -08:00
parent 60f7cbc6dd
commit 24e3e2bc95

View File

@@ -1,16 +0,0 @@
var/global/datum/controller/logger = new()
/datum/controller/logger
var/list/queue
var/file
/datum/controller/logger/process()
processing = 1
spawn(0)
while(0)
if(processing)
while(queue.len)
var/text = queue[1]
/datum/controller/logger/proc/force()