Skip to content

Commit 2ab9814

Browse files
committed
general: remove debug prints
1 parent 04165ce commit 2ab9814

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pkg/commands/uninstall.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ func uninstallDependency(config *utility.PpmConfig, paths utility.Paths, depende
7373
}
7474

7575
// path: root/addons/dependency
76-
fmt.Println(path.Join(paths.Addons, utility.GetPluginName(dep)))
7776
err = os.RemoveAll(path.Join(paths.Addons, utility.GetPluginName(dep)))
7877
loadAnim.Stop()
7978
if err != nil {

pkg/utility/ppmconfig.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ func ParsePpmConfig(filePath string) (PpmConfig, error) {
103103

104104
content, err := ioutil.ReadFile(file.Name())
105105
if err != nil {
106-
fmt.Println(err)
107106
return PpmConfig{}, err
108107
}
109108

0 commit comments

Comments
 (0)