Removes some debugging logs

This commit is contained in:
chardub
2025-03-14 11:32:15 -04:00
parent d754fc45f5
commit 47876255e9
5 changed files with 33 additions and 6 deletions

View File

@@ -57,7 +57,6 @@ class HatShopView < ClothesShopView
end
def displayLayerIcons(selected_item=nil)
echoln selected_item
handleHatlessLayerIcons(selected_item)
hat1Filename = getOverworldHatFilename($Trainer.hat)
@@ -78,10 +77,6 @@ class HatShopView < ClothesShopView
@sprites["wornHat_layer1"].src_rect.set(0, 0, frame_width, frame_height) if hatBitmapWrapper
@sprites["wornHat_layer2"].src_rect.set(0, 0, frame_width, frame_height) if hat2BitmapWrapper
echoln hatBitmapWrapper
echoln hat2BitmapWrapper
end