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() wav:init()
RenderList() RenderList()
if freeze then 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 end
Graphics.termBlend() Graphics.termBlend()
Screen.flip() Screen.flip()