We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 741f2ea commit 3ad1986Copy full SHA for 3ad1986
app/plugins/blueprint/schema.py
@@ -26,7 +26,6 @@ def search_message(self, response, language):
26
return message or self.Client.LG.STR('noResults', language)
27
28
def content_message(self, data, language, restricted_mode, bookmarked=False):
29
- print(data)
30
# Check if the data is valid
31
if not data.get('name') and not data.get('title'):
32
return self.Client.LG.STR('errorFetchingLink', language), None
0 commit comments