Skip to content

Commit

Permalink
Merge pull request #390 from yashsinghcodes/new
Browse files Browse the repository at this point in the history
removed debug log
  • Loading branch information
frikky authored Jan 7, 2025
2 parents 655b987 + a70a0df commit 81c7346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shuffle-tools/1.2.0/src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1920,7 +1920,7 @@ def check_cache_contains(self, key, value, append):
try:
for item in parsedvalue:
#return "%s %s" % (item, value)
self.logger.info(f"{item} == {value}")
#self.logger.info(f"{item} == {value}")
if str(item) == str(value):
if not append:
try:
Expand Down

0 comments on commit 81c7346

Please sign in to comment.