From 22d744bd59b844c2cf79e25854e0af774a30f045 Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Sun, 21 Mar 2021 02:42:53 -0400 Subject: [PATCH] fix: remove path logging --- .hilbishrc.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/.hilbishrc.lua b/.hilbishrc.lua index 6a4cd78..738bb32 100644 --- a/.hilbishrc.lua +++ b/.hilbishrc.lua @@ -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