diff options
author | ubq323 <ubq323@ubq323.website> | 2024-04-01 02:17:41 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-04-01 02:17:41 +0100 |
commit | c9f2c0e3a10d18df7d7b664a51d20ff8e38cba3e (patch) | |
tree | 97faab9fd83d23d7f48193f335c4d98cbdd0b54c | |
parent | 2acb2f7ef0338d5a3ee6f55fe2f7d715b31922e0 (diff) |
launch
-rw-r--r-- | listener.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/listener.lua b/listener.lua index ef422c7..e69205e 100644 --- a/listener.lua +++ b/listener.lua @@ -23,9 +23,6 @@ function ops.upgrade() pm.dl("listener") os.reboot() end -function ops.test2() - print("hello world") -end function main() print("listening") |