diff options
-rw-r--r-- | installpkg.go | 1 |
1 files changed, 0 insertions, 1 deletions
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) } |