remove debug code

This commit is contained in:
candry7731 2022-11-12 22:58:34 -06:00
parent fdfb0e0fc8
commit d93a89a5de

View File

@ -286,14 +286,12 @@ end sub
function onKeyEvent(key as string, press as boolean) as boolean
if not press then return false
print "Key Pressed = "key
if key = "replay"
m.spinner.visible = true
m.top.searchTerm = " "
m.LoadChannelsTask.searchTerm = " "
channelsearchTermSet()
print "Press Return"
return true
end if