chore(ajax): remove console logs in test files

This commit is contained in:
Thomas Allmer 2020-11-18 08:34:48 +01:00
parent 0e250e543e
commit 1412032607

View file

@ -6,8 +6,6 @@ import { axios } from '@bundled-es-modules/axios';
* @return {(config: {[key:string]: ?}) => {[key:string]: ?}}
*/
export function addAcceptLanguageHeaderInterceptorFactory(lang) {
console.log('add language header');
console.log(lang);
return /** @param {{[key:string]: ?}} config */ config => {
const result = config;
if (typeof lang === 'string' && lang !== '') {