fix: rm log

This commit is contained in:
clz 2023-06-10 18:53:07 +08:00
parent 3391c3fc0a
commit abcd7df330

View File

@ -3,7 +3,6 @@ package bill
import (
"context"
"github.com/gofiber/fiber/v2"
"log"
)
type BillHandler struct {
@ -53,8 +52,6 @@ func (h *BillHandler) createBill(c *fiber.Ctx) error {
})
}
log.Printf("%v\n", bill)
err := h.billService.CreateBill(customContext, bill)
if err != nil {
return c.Status(fiber.StatusInternalServerError).JSON(&fiber.Map{