Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
reebalazs committed Feb 29, 2024
1 parent 44d40e4 commit 0b7c160
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/kitconcept/solr/services/solr.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
from kitconcept.solr.services.solr_utils import escape
from kitconcept.solr.services.solr_utils import FacetConditions
from kitconcept.solr.services.solr_utils import get_facet_fields_result
from kitconcept.solr.services.solr_utils import replace_reserved
from kitconcept.solr.services.solr_utils import replace_colon
from kitconcept.solr.services.solr_utils import replace_reserved
from kitconcept.solr.services.solr_utils import SolrConfig
from plone import api
from plone.app.multilingual.interfaces import ITranslatable
Expand Down Expand Up @@ -194,7 +194,6 @@ def reply(self):
solr_config.filters,
)
)
print(d["facet.query"])
if path_prefix:
is_excluding = re_is_excluding.search(path_prefix)
if is_multilingual:
Expand Down

0 comments on commit 0b7c160

Please sign in to comment.