Remove debugging panic
This commit is contained in:
parent
8349ca4ae3
commit
655a47ec21
@ -210,8 +210,6 @@ func (api *API) update_csrf_token() {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
panic("No CSRF Token Found")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (api *API) do_http_POST(url string, body string, result interface{}) error {
|
func (api *API) do_http_POST(url string, body string, result interface{}) error {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user