Showing
1 changed file
with
0 additions
and
2 deletions
@@ -5,7 +5,6 @@ | @@ -5,7 +5,6 @@ | ||
5 | */ | 5 | */ |
6 | 'use strict'; | 6 | 'use strict'; |
7 | const utils = '../../../utils'; | 7 | const utils = '../../../utils'; |
8 | -const logger = global.yoho.logger; | ||
9 | const crypto = global.yoho.crypto; | 8 | const crypto = global.yoho.crypto; |
10 | const _ = require('lodash'); | 9 | const _ = require('lodash'); |
11 | const helpers = global.yoho.helpers; | 10 | const helpers = global.yoho.helpers; |
@@ -735,7 +734,6 @@ const getBrandBanner = (brandId) => { | @@ -735,7 +734,6 @@ const getBrandBanner = (brandId) => { | ||
735 | return ''; | 734 | return ''; |
736 | } | 735 | } |
737 | } else { | 736 | } else { |
738 | - logger.error('get brand banner api return code is not 200'); | ||
739 | return {}; | 737 | return {}; |
740 | } | 738 | } |
741 | }); | 739 | }); |
-
Please register or login to post a comment