Skip to content
Snippets Groups Projects
Verified Commit 7604f070 authored by Spotlight Deveaux's avatar Spotlight Deveaux :fox:
Browse files

Remove accidentally committed debugging

parent b0fa5c3a
No related branches found
No related tags found
No related merge requests found
......@@ -255,7 +255,6 @@ func CountObjectsByAssociatedUser(userID string, typ int) (int, error) {
var count int
query := fmt.Sprintf(countObjectsByAssociatedUser, typeFilter)
fmt.Printf(query)
err := DB.QueryRow(query, userID).Scan(&count)
if err != nil {
return 0, err
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment