Removes debugging asset cache line

Keeping it in because i'm going to need it when I bring nanoui in to this system.
This commit is contained in:
MrStonedOne
2015-11-24 23:41:25 -08:00
parent 4ffb421bb7
commit f5deff001b
+1 -1
View File
@@ -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