Skip to content

Commit 81c7346

Browse files
authored
Merge pull request #390 from yashsinghcodes/new
removed debug log
2 parents 655b987 + a70a0df commit 81c7346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shuffle-tools/1.2.0/src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1920,7 +1920,7 @@ def check_cache_contains(self, key, value, append):
19201920
try:
19211921
for item in parsedvalue:
19221922
#return "%s %s" % (item, value)
1923-
self.logger.info(f"{item} == {value}")
1923+
#self.logger.info(f"{item} == {value}")
19241924
if str(item) == str(value):
19251925
if not append:
19261926
try:

0 commit comments

Comments
 (0)