File tree Expand file tree Collapse file tree 4 files changed +120
-134
lines changed Expand file tree Collapse file tree 4 files changed +120
-134
lines changed Original file line number Diff line number Diff line change 1010
1111## Version History
1212
13+ ### v11.3.1
14+
15+ - :bug : Remove Debug Calls
16+ - :arrow_up : Update Core Deps
17+
1318### v11.3.0
1419
1520- :tada : Add support for Group Selection in Video Creation API (v2)
Original file line number Diff line number Diff line change @@ -72,8 +72,6 @@ export default class QueryCommands extends Commands {
7272
7373 const body = await res . text ( ) ;
7474
75- console . error ( body ) ;
76-
7775 return body ;
7876 }
7977}
Original file line number Diff line number Diff line change @@ -54,9 +54,6 @@ export class APIAuthPassword extends APIAuth {
5454 opts . headers . Authorization = `Bearer ${ this . jwt } ` ;
5555 }
5656
57- console . error ( 'OPTIONS' , opts ) ;
58-
59-
6057 return await fetch ( url , opts ) ;
6158 }
6259}
You can’t perform that action at this time.
0 commit comments