Remove debug code

This commit is contained in:
Elara 2022-12-28 12:00:38 -08:00
parent 66259e28c6
commit 64c03af055
1 changed files with 0 additions and 1 deletions

View File

@ -165,7 +165,6 @@ func main() {
},
},
Before: func(c *cli.Context) error {
fmt.Println("pm-args:", c.String("pm-args"))
args := strings.Split(c.String("pm-args"), " ")
manager.Args = append(manager.Args, args...)
return nil