mirror of
https://github.com/dergigi/boris.git
synced 2026-01-07 17:04:34 +01:00
debug: add obvious console log to verify new code is running
This commit is contained in:
@@ -78,7 +78,7 @@ const Bookmarks: React.FC<BookmarksProps> = ({ relayPool, onLogout }) => {
|
||||
|
||||
try {
|
||||
setLoading(true)
|
||||
console.log('Fetching bookmark list for pubkey:', activeAccount.pubkey)
|
||||
console.log('🚀 NEW VERSION: Fetching bookmark list for pubkey:', activeAccount.pubkey)
|
||||
|
||||
// Get relay URLs from the pool
|
||||
const relayUrls = Array.from(relayPool.relays.values()).map(relay => relay.url)
|
||||
|
||||
Reference in New Issue
Block a user