Removes debugging logs

This commit is contained in:
chardub
2025-03-11 16:15:36 -04:00
parent 7358d67e7e
commit 3470c75b02
5 changed files with 22 additions and 13 deletions

View File

@@ -312,6 +312,7 @@ end
def get_random_alt_letter_for_custom(head_id, body_id, onlyMain = true)
spriteName = _INTL("{1}.{2}", head_id, body_id)
echoln spriteName
if onlyMain
alts_list = list_main_sprites_letters(spriteName)
return nil if alts_list.empty?