chore: cleanup log

This commit is contained in:
apotdevin 2022-01-18 22:19:03 +01:00
parent 10010db771
commit 74a8acd398
No known key found for this signature in database
GPG key ID: 4403F1DFBE779457

View file

@ -38,7 +38,6 @@ export class FetchService {
error: undefined | GraphQLError;
}> {
const needsHeaders = url === this.configService.get('urls.amboss');
console.log(this.configService.get('headers'));
return this.fetchWithProxy(url, {
method: 'post',
headers: {