Remove debug code
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Elara 2022-12-28 12:00:38 -08:00
parent 770881bf67
commit 76e073c77f
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