commit 0bc7ce94c36d6726fb5b75f534f921af62e4aec6 parent c5800d2b82cf13f3be4170cc6e38d351cedbeaf6 Author: triesap <137732411+triesap@users.noreply.github.com> Date: Thu, 10 Apr 2025 22:10:32 +0000 apps-lib: edit library Diffstat:
| M | apps-lib/src/lib/store/nostr.ts | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/apps-lib/src/lib/store/nostr.ts b/apps-lib/src/lib/store/nostr.ts @@ -21,7 +21,6 @@ export const nostr_sync_retry_handler = async (callback: () => Promise<any>) => const exe = async () => { if (get_store(nostr_sync_failure)) return; - console.log(`[nostr_sync] running... ${current_count}`) try { await callback(); } catch (e) {