chore: remove unnecessary code

pull/5/head
TorchedSammy 2021-03-21 02:33:20 -04:00
parent cf317a9c64
commit 74bc7b9ba7
1 changed files with 0 additions and 6 deletions

View File

@ -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'