From 74bc7b9ba7f7ceadbe5ee8d67779f82a316904d3 Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Sun, 21 Mar 2021 02:33:20 -0400 Subject: [PATCH] chore: remove unnecessary code --- .hilbishrc.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.hilbishrc.lua b/.hilbishrc.lua index 2dbd8b6..6a4cd78 100644 --- a/.hilbishrc.lua +++ b/.hilbishrc.lua @@ -10,12 +10,6 @@ commander.register("cd", function (path) fs.cd(path[1]) end end) ---[[commander = { - __commands = {} -} -commander.__commands.ayo = function () - print("ayo?") -end]]-- local ansikit = require 'ansikit'