We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad31ae7 commit 57c8b65Copy full SHA for 57c8b65
src/components/EditorHeader/ControlPanel.jsx
@@ -165,7 +165,6 @@ export default function ControlPanel({
165
} else if (a.element === ObjectType.RELATIONSHIP) {
166
deleteRelationship(a.data.relationship.id, false);
167
} else if (a.element === ObjectType.TYPE) {
168
- console.log(a);
169
deleteType(a.data.type.id, false);
170
} else if (a.element === ObjectType.ENUM) {
171
deleteEnum(enums.length - 1, false);
0 commit comments