diff --git a/internal/bill/handler.go b/internal/bill/handler.go index 873c2cf..c5b3d27 100644 --- a/internal/bill/handler.go +++ b/internal/bill/handler.go @@ -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{