Skip to content

Commit ec3fc8d

Browse files
committed
Remove console.log
1 parent b20496e commit ec3fc8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/modules/routes/RouteModal.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ export default function RouteModal({ children, open, setOpen }: Props) {
100100
},
101101
],
102102
};
103-
console.log(newPolicy);
104103
setNewPolicy(newPolicy);
105104
setRoutePolicyModal(true);
106105
};

0 commit comments

Comments
 (0)