Skip to content

Commit

Permalink
Removed logs
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwf committed Jun 18, 2024
1 parent 0d00d01 commit bd99e31
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/future-helpers/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ export const createAuthStateStore = () =>
return;
},
removeService: (service: AuthAccessService2, probeId: string) => {
console.log('removeService', service, probeId);
// Is it active?
const isCurrent = get().currentAuth === get().authItems.findIndex((item) => item.service.id === service.id);
let currentAuth = get().currentAuth;
Expand Down
1 change: 0 additions & 1 deletion src/hooks/useCanvasChoices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export function useCanvasChoices({ canvasId }: { canvasId?: string } = {}): {

useEffect(() => {
const handler: Handler<ChoiceEvents['choice-change']> = (ev) => {
console.log('choice-change', ev);
const canvasId = ev.partOf.canvasId;
if (canvasId) {
setSavedChoices((prev) => {
Expand Down

0 comments on commit bd99e31

Please sign in to comment.