fix: remove path logging

pull/5/head
TorchedSammy 2021-03-21 02:42:53 -04:00
parent d96b39156d
commit 22d744bd59
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ fs = require 'fs'
commander = require 'commander'
commander.register("cd", function (path)
print(path)
if path then
fs.cd(path[1])
end