chore: remove test command

pull/313/head
sammyette 2024-07-19 10:55:45 -04:00
parent ab4cb0fb54
commit 287334db74
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 0 additions and 7 deletions

View File

@ -47,10 +47,3 @@ end)
bait.catch('hilbish.notification', function(notif) bait.catch('hilbish.notification', function(notif)
doNotifyPrompt() doNotifyPrompt()
end) end)
local commander = require 'commander'
commander.register('loop', function()
while true do
-- nothing
end
end)