Remove debug lines
This commit is contained in:
@@ -12,7 +12,6 @@ local red = md_colors.red_500
|
|||||||
local ip = ""
|
local ip = ""
|
||||||
function on_search(input)
|
function on_search(input)
|
||||||
if input:lower():find(string.lower("ip")) then
|
if input:lower():find(string.lower("ip")) then
|
||||||
debug:toast(input)
|
|
||||||
get_ip()
|
get_ip()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user