Skip to content

Commit

Permalink
Remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Nov 19, 2023
1 parent 698f5f9 commit 2d489bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions code/modules/asset_cache/asset_list.dm
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ GLOBAL_LIST_EMPTY(asset_datums)
GLOB.asset_datums[type] = src
register()

/datum/asset/Destroy(force, ...)
. = ..()

log_debug("[type] has been destroyed.")
stack_trace("[type] has been destroyed.") // Remove these after testing - Morrow

/datum/asset/proc/get_url_mappings()
return list()

Expand Down
3 changes: 0 additions & 3 deletions code/modules/asset_cache/asset_list_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,6 @@
name = "vending"

/datum/asset/spritesheet/vending_products/register()
log_debug("[type] is registering.")
stack_trace("[type] is registering.") // Remove these after testing - Morrow

for (var/k in GLOB.vending_products)
var/atom/item = k
var/icon_file = initial(item.icon)
Expand Down

0 comments on commit 2d489bc

Please sign in to comment.