Authored by ccbikai(👎🏻🍜)

rm log

... ... @@ -5,7 +5,6 @@
*/
'use strict';
const utils = '../../../utils';
const logger = global.yoho.logger;
const crypto = global.yoho.crypto;
const _ = require('lodash');
const helpers = global.yoho.helpers;
... ... @@ -735,7 +734,6 @@ const getBrandBanner = (brandId) => {
return '';
}
} else {
logger.error('get brand banner api return code is not 200');
return {};
}
});
... ...