File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,6 @@ export async function doRequest<T>(req: CancelableRequest<Response<T>>): Promise
88
88
// console.log('json', await req.json(), (await req.buffer()).length)
89
89
const res = await req
90
90
91
- console . log ( 'body' , res . body )
92
91
return {
93
92
headers : res . headers ,
94
93
statusCode : res . statusCode ,
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ class SpotifyInstance extends InstanceBase<DeviceConfig> implements SpotifyInsta
230
230
if ( this . canPollOrPost ( ) ) {
231
231
await fcn ( this , this . config . deviceId || null )
232
232
. catch ( ( e ) => {
233
- console . log ( e )
233
+ // console.log(e)
234
234
this . log ( 'error' , `Execute action failed: ${ e . toString ( ) } ` )
235
235
} )
236
236
. then ( ( ) => {
You can’t perform that action at this time.
0 commit comments