Remove unused console.logs

This commit is contained in:
1ilit
2024-07-08 03:39:01 +03:00
parent f682abdafe
commit 09f9117b72
3 changed files with 0 additions and 14 deletions

View File

@@ -107,17 +107,6 @@ export default function RelationshipInfo({ data }) {
const changeConstraint = (key, value) => {
const undoKey = `${key}Constraint`;
console.log({
action: Action.EDIT,
element: ObjectType.RELATIONSHIP,
rid: data.id,
undo: { [undoKey]: data[undoKey] },
redo: { [undoKey]: value },
message: t("edit_relationship", {
refName: data.name,
extra: "[constraint]",
}),
});
setUndoStack((prev) => [
...prev,
{