remove debug code
This commit is contained in:
parent
fdfb0e0fc8
commit
d93a89a5de
|
@ -286,14 +286,12 @@ end sub
|
||||||
|
|
||||||
function onKeyEvent(key as string, press as boolean) as boolean
|
function onKeyEvent(key as string, press as boolean) as boolean
|
||||||
if not press then return false
|
if not press then return false
|
||||||
print "Key Pressed = "key
|
|
||||||
|
|
||||||
if key = "replay"
|
if key = "replay"
|
||||||
m.spinner.visible = true
|
m.spinner.visible = true
|
||||||
m.top.searchTerm = " "
|
m.top.searchTerm = " "
|
||||||
m.LoadChannelsTask.searchTerm = " "
|
m.LoadChannelsTask.searchTerm = " "
|
||||||
channelsearchTermSet()
|
channelsearchTermSet()
|
||||||
print "Press Return"
|
|
||||||
return true
|
return true
|
||||||
end if
|
end if
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user