Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
believer committed Dec 18, 2023
1 parent def5a77 commit ec84620
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion handlers/movies.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ func tmdbFetchMovie(route string) (map[string]interface{}, error) {

// Handle adding a movie
func HandlePostMovieNew(c *fiber.Ctx) error {
log.Println("HandlePostMovieNew", c.FormValue("watched_at"))
isAuth := utils.IsAuthenticated(c)

if isAuth == false {
Expand Down

0 comments on commit ec84620

Please sign in to comment.