chore(ajax): remove console logs in test files
This commit is contained in:
parent
0e250e543e
commit
1412032607
1 changed files with 0 additions and 2 deletions
|
|
@ -6,8 +6,6 @@ import { axios } from '@bundled-es-modules/axios';
|
||||||
* @return {(config: {[key:string]: ?}) => {[key:string]: ?}}
|
* @return {(config: {[key:string]: ?}) => {[key:string]: ?}}
|
||||||
*/
|
*/
|
||||||
export function addAcceptLanguageHeaderInterceptorFactory(lang) {
|
export function addAcceptLanguageHeaderInterceptorFactory(lang) {
|
||||||
console.log('add language header');
|
|
||||||
console.log(lang);
|
|
||||||
return /** @param {{[key:string]: ?}} config */ config => {
|
return /** @param {{[key:string]: ?}} config */ config => {
|
||||||
const result = config;
|
const result = config;
|
||||||
if (typeof lang === 'string' && lang !== '') {
|
if (typeof lang === 'string' && lang !== '') {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue