Skip to content

Commit

Permalink
unused commented code cleanup (#32)
Browse files Browse the repository at this point in the history
unused commented code cleanup (#32)
  • Loading branch information
mezdelex authored Oct 21, 2023
1 parent 9fb590d commit 94466c5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions presentation/controllers/users_controller.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
package controllers

import (
// "fmt"
"strconv"

"github.com/gofiber/fiber/v2"
// "github.com/golang-jwt/jwt/v5"
"todoapp.com/application/dtos"
"todoapp.com/domain/interfaces"
customErrors "todoapp.com/presentation/errors"
Expand All @@ -31,8 +29,6 @@ func (uc *UsersController) Route(router fiber.Router) {
}

func (uc *UsersController) GetAll(context *fiber.Ctx) error {
// fmt.Println(context.Locals("email"))

userDTOs := uc.usersService.GetAll(context.Context())

if len(userDTOs) == 0 {
Expand Down

0 comments on commit 94466c5

Please sign in to comment.