mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
[mastodon-client] remove debug logging
This commit is contained in:
parent
d2a23a3b6b
commit
3fa7e2af7d
1 changed files with 0 additions and 3 deletions
|
@ -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>) => {
|
||||
const res: Response<T> = {
|
||||
data: resp.data,
|
||||
|
|
Loading…
Reference in a new issue