Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
duranb committed Aug 16, 2024
1 parent 87b5cea commit 4e4bc63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stores/constraints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ export const checkConstraintsStatus: Readable<Status | null> = derived(
return Status.Complete;
}

console.log('rawCheckConstraintsStatus :>> ', $rawCheckConstraintsStatus);
return Status.Unchecked;
},
);
Expand Down

0 comments on commit 4e4bc63

Please sign in to comment.