Skip to content

Commit aeabe20

Browse files
committed
removed unused logger
1 parent 3944b7f commit aeabe20

File tree

1 file changed

+0
-5
lines changed
  • src/design/plone/contenttypes/restapi/serializers

1 file changed

+0
-5
lines changed

src/design/plone/contenttypes/restapi/serializers/summary.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,6 @@ def get_design_meta_type(self):
239239
ttool[self.context.portal_type].Title(), context=self.request
240240
)
241241
else:
242-
logger.warning(
243-
"missing portal_type %s for %s",
244-
self.context.portal_type,
245-
self.context.absolute_url(),
246-
)
247242
return self.context.portal_type
248243

249244
def expand_tassonomia_argomenti(self):

0 commit comments

Comments
 (0)