[mastodon-client] remove debug logging
This commit is contained in:
parent
3ebd35ec0e
commit
034e1aeb14
|
@ -593,9 +593,6 @@ namespace MisskeyAPI {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(`sending request to ${this.baseUrl}${path} with params:`);
|
|
||||||
console.log(JSON.stringify(bodyParams, null, 2));
|
|
||||||
|
|
||||||
return axios.post<T>(this.baseUrl + path, bodyParams, options).then((resp: AxiosResponse<T>) => {
|
return axios.post<T>(this.baseUrl + path, bodyParams, options).then((resp: AxiosResponse<T>) => {
|
||||||
const res: Response<T> = {
|
const res: Response<T> = {
|
||||||
data: resp.data,
|
data: resp.data,
|
||||||
|
|
Loading…
Reference in New Issue