Remove debugging panic

This commit is contained in:
Alessio 2023-08-27 22:00:58 -03:00
parent 8349ca4ae3
commit 655a47ec21

View File

@ -210,8 +210,6 @@ func (api *API) update_csrf_token() {
return
}
}
panic("No CSRF Token Found")
}
func (api *API) do_http_POST(url string, body string, result interface{}) error {