Stop log bloat

This commit is contained in:
Razgriz
2021-06-30 02:30:32 -07:00
committed by GitHub
parent 8aceda111e
commit d62333179d

View File

@@ -56,7 +56,7 @@ Note: If your code uses output() with assets you will need to call asset_flush o
for(var/asset in unreceived)
var/datum/asset_cache_item/ACI
if ((ACI = SSassets.cache[asset]))
log_asset("Sending asset [asset] to client [client]")
// log_asset("Sending asset [asset] to client [client]") CHOMP Edit Commenting this out to STOP THE FUCKING SPAM. THE LOGS ARE BLOATING
client << browse_rsc(ACI.resource, asset)
client.sent_assets |= unreceived