Removed debug code.

This commit is contained in:
Rinnegatamante 2018-10-11 11:42:10 +02:00
parent a711d92d15
commit 8b20f6f0a0

View File

@ -342,7 +342,7 @@ while #tbl > 0 do
wav:init()
RenderList()
if freeze then
showAlarm("Do you want to delete" .. tbl[list_idx].title .. "(" .. tbl[list_idx].id .. ")" .. "record permanently?", f_idx)
showAlarm("Do you want to delete this record permanently?", f_idx)
end
Graphics.termBlend()
Screen.flip()