diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-07-17 13:43:42 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-07-17 13:43:42 +0700 |
| commit | a37d912981f7c7a5275855c9cfaa438781904d4a (patch) | |
| tree | b01c2bfa84d4902bf2a2ab7f1fed12a33669ffce | |
| parent | c279f3e51d147c8476f39384e35530948d160f30 (diff) | |
<iman> delete console log
| -rw-r--r-- | indoteknik_custom/models/solr/x_banner_banner.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indoteknik_custom/models/solr/x_banner_banner.py b/indoteknik_custom/models/solr/x_banner_banner.py index ec5c4175..5a28bc62 100644 --- a/indoteknik_custom/models/solr/x_banner_banner.py +++ b/indoteknik_custom/models/solr/x_banner_banner.py @@ -51,7 +51,6 @@ class XBannerBanner(models.Model): 'group_by_week': banners.group_by_week or '', 'description_banner_s': banners.x_description_banner or '', }) - _logger.info("[SYNC_PRODUCT_RATING_TO_SOLR] Success Set to solr product %s" % banners) self.solr().add([document]) banners.update_last_update_solr() |
