Removed debug print in narrow font config

This commit is contained in:
m3rein
2020-09-07 16:50:04 +02:00
parent 203adf28d3
commit ba5eba832b

View File

@@ -403,7 +403,6 @@ end
# Sets a bitmap's font to the system narrow font. # Sets a bitmap's font to the system narrow font.
def pbSetNarrowFont(bitmap) def pbSetNarrowFont(bitmap)
p "narrow"
bitmap.font.name = pbNarrowFontName bitmap.font.name = pbNarrowFontName
bitmap.font.size = mkxp? ? 29 : 31 bitmap.font.size = mkxp? ? 29 : 31
end end