Skip to content

Commit

Permalink
removed some debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
allmightyspiff committed Jan 4, 2024
1 parent 9a53ff7 commit aeed88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/commands/hardware/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func (cmd *CreateCommand) Run(args []string) error {
return nil
}
}
fmt.Printf("ORDER TEMPLATE: %v\n\n", orderTemplate)

orderReceipt, err := cmd.HardwareManager.PlaceOrder(orderTemplate)
if err != nil {
return errors.NewAPIError(T("Failed to place this order.\n"), err.Error(), 2)
Expand Down

0 comments on commit aeed88c

Please sign in to comment.