Skip to content

Commit ea97287

Browse files
committed
Remove debug code
1 parent 4c05132 commit ea97287

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

djangocms_rest/serializers/plugins.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,8 @@ class Meta:
220220
"properties": properties,
221221
}
222222

223-
except Exception as e:
223+
except Exception:
224224
# Skip plugins that fail to process
225-
input(e)
226225
continue
227226

228227
return definitions

0 commit comments

Comments
 (0)