Remove debug lines

This commit is contained in:
sriramsv
2022-08-26 14:44:12 -07:00
parent 5ef2c3d18d
commit dcb687c38c

View File

@@ -12,7 +12,6 @@ local red = md_colors.red_500
local ip = ""
function on_search(input)
if input:lower():find(string.lower("ip")) then
debug:toast(input)
get_ip()
end
end