From 287334db7441dab856ad69ba36d6fe67f9058322 Mon Sep 17 00:00:00 2001 From: sammyette Date: Fri, 19 Jul 2024 10:55:45 -0400 Subject: [PATCH] chore: remove test command --- .hilbishrc.lua | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.hilbishrc.lua b/.hilbishrc.lua index 649f5ab..249f97e 100644 --- a/.hilbishrc.lua +++ b/.hilbishrc.lua @@ -47,10 +47,3 @@ end) bait.catch('hilbish.notification', function(notif) doNotifyPrompt() end) - -local commander = require 'commander' -commander.register('loop', function() - while true do - -- nothing - end -end)