From f79877dd20bbf5fa51c8c0df50101c2547b9e91d Mon Sep 17 00:00:00 2001 From: Slack Coder Date: Wed, 13 Apr 2022 15:23:57 -0500 Subject: installpkg: remove print statement --- installpkg.go | 1 - 1 file changed, 1 deletion(-) diff --git a/installpkg.go b/installpkg.go index 438228b..7354ff0 100644 --- a/installpkg.go +++ b/installpkg.go @@ -296,7 +296,6 @@ func InstallPkg(flags *InstallPkgFlags, pkgs ...string) error { } installPath := path.Join(flags.Root, PackageInstallPath) - fmt.Println(installPath) if _, err := os.Stat(installPath); !errors.Is(err, os.ErrNotExist) { return errors.Errorf("The '%s' directory exists and would be used by installpkg and removed. Please consider renaming the directory or using Slackware's installpkg.", installPath) } -- cgit v1.2.3