Removed debug fmt.Println from ListenersUpdate.
This commit is contained in:
parent
c548bc3382
commit
04e09dd800
@ -38,8 +38,6 @@ func (dj *DJHandlers) ListenersUpdate(w http.ResponseWriter, r *http.Request) {
|
||||
return
|
||||
}
|
||||
|
||||
fmt.Println(r.Method, r.Form)
|
||||
|
||||
switch r.FormValue("action") {
|
||||
case "listener_add":
|
||||
l := dj.listeners.Inc()
|
||||
|
Loading…
Reference in New Issue
Block a user