From f5deff001b64ff398408ba3495412fe561af138e Mon Sep 17 00:00:00 2001 From: MrStonedOne Date: Tue, 24 Nov 2015 23:41:25 -0800 Subject: [PATCH] Removes debugging asset cache line Keeping it in because i'm going to need it when I bring nanoui in to this system. --- code/modules/client/client procs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index 58da89bbbbc..a49d15e7846 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -23,7 +23,7 @@ if(!usr || usr != mob) //stops us calling Topic for somebody else's client. Also helps prevent usr=null return if(href_list["asset_cache_confirm_arrival"]) - src << "ASSET JOB [href_list["asset_cache_confirm_arrival"]] ARRIVED." + //src << "ASSET JOB [href_list["asset_cache_confirm_arrival"]] ARRIVED." var/job = text2num(href_list["asset_cache_confirm_arrival"]) completed_asset_jobs += job return