Skip to content

Commit

Permalink
Remove unwanted log
Browse files Browse the repository at this point in the history
  • Loading branch information
hemantapkh committed Jan 27, 2024
1 parent 741f2ea commit 3ad1986
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/plugins/blueprint/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def search_message(self, response, language):
return message or self.Client.LG.STR('noResults', language)

def content_message(self, data, language, restricted_mode, bookmarked=False):
print(data)
# Check if the data is valid
if not data.get('name') and not data.get('title'):
return self.Client.LG.STR('errorFetchingLink', language), None
Expand Down

0 comments on commit 3ad1986

Please sign in to comment.