Skip to content

Commit

Permalink
refactor: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
simonknittel committed Jan 31, 2025
1 parent 75ed2ab commit 498fbee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/career/components/Flow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export const Flow = ({
const [unsaved, setUnsaved] = useState(false);

const onNodesChange: OnNodesChange = useCallback((changes) => {
console.log("node changes", changes);
if (
changes.some((change) => {
if (change.type === "select") return false;
Expand Down

0 comments on commit 498fbee

Please sign in to comment.