From 4b1d21b15efc9a3f646fca8cc0ce4686fd1b525c Mon Sep 17 00:00:00 2001 From: Untone Date: Wed, 1 May 2024 18:59:38 +0300 Subject: [PATCH] buffer-added --- src/pages/edit.page.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pages/edit.page.tsx b/src/pages/edit.page.tsx index 37d04496..84f425d6 100644 --- a/src/pages/edit.page.tsx +++ b/src/pages/edit.page.tsx @@ -53,9 +53,6 @@ export const EditPage = () => { createEffect( on([session, shout, shoutId], async ([ses, sh, shid]) => { - console.debug(`editing session ${ses}`) - console.debug(`editing shout_id ${shid}`) - console.debug(`editing shout ${sh}`) if (ses?.user && !sh && shid) { const { shout: loadedShout, error } = await apiClient.getMyShout(shid) if (error) {