Skip to content

Commit

Permalink
general: remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Tch1b0 committed Aug 1, 2022
1 parent 04165ce commit 2ab9814
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkg/commands/uninstall.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ func uninstallDependency(config *utility.PpmConfig, paths utility.Paths, depende
}

// path: root/addons/dependency
fmt.Println(path.Join(paths.Addons, utility.GetPluginName(dep)))
err = os.RemoveAll(path.Join(paths.Addons, utility.GetPluginName(dep)))
loadAnim.Stop()
if err != nil {
Expand Down
1 change: 0 additions & 1 deletion pkg/utility/ppmconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ func ParsePpmConfig(filePath string) (PpmConfig, error) {

content, err := ioutil.ReadFile(file.Name())
if err != nil {
fmt.Println(err)
return PpmConfig{}, err
}

Expand Down

0 comments on commit 2ab9814

Please sign in to comment.