Skip to content

Commit

Permalink
remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerhutcherson committed Aug 16, 2024
1 parent 40012b0 commit d958fdc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions redisvl/extensions/llmcache/semantic.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,6 @@ def check(
key = cache_search_result["id"]
self._refresh_ttl(key)

# print(cache_search_result, flush=True)

# Create cache hit
cache_hit = CacheHit(**cache_search_result)
cache_hit_dict = {
Expand Down

0 comments on commit d958fdc

Please sign in to comment.