Skip to content

Commit

Permalink
remove extra print
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajsoni19 committed Jan 13, 2025
1 parent 5805d4a commit 3b4f7f4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/lists.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package main

import (
"fmt"
"net/http"
"strconv"
"strings"
Expand Down Expand Up @@ -40,8 +39,6 @@ func handleGetLists(c echo.Context) error {
permittedIDs = user.GetListIDs
}

fmt.Println("names", names)

// Minimal query simply returns the list of all lists without JOIN subscriber counts. This is fast.
if minimal {
res, err := app.core.GetLists("", getAll, permittedIDs, names)
Expand Down

0 comments on commit 3b4f7f4

Please sign in to comment.