aboutsummaryrefslogtreecommitdiff
path: root/http_handle_group_index.go
diff options
context:
space:
mode:
Diffstat (limited to 'http_handle_group_index.go')
-rw-r--r--http_handle_group_index.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/http_handle_group_index.go b/http_handle_group_index.go
index e235006..97ffee5 100644
--- a/http_handle_group_index.go
+++ b/http_handle_group_index.go
@@ -4,7 +4,6 @@
package main
import (
- "fmt"
"net/http"
"github.com/jackc/pgx/v5"
@@ -131,7 +130,5 @@ func handle_group_index(w http.ResponseWriter, r *http.Request, params map[strin
params["description"] = group_description
params["direct_access"] = direct_access
- fmt.Println(group_path)
-
render_template(w, "group", params)
}