mirror of
https://github.com/edufeed-org/polloer.git
synced 2025-12-09 16:24:31 +00:00
Remove console logs
This commit is contained in:
parent
ef79a633e7
commit
fd3ebab19d
1 changed files with 0 additions and 3 deletions
|
|
@ -23,14 +23,11 @@
|
||||||
let event = writable();
|
let event = writable();
|
||||||
|
|
||||||
async function joinSession() {
|
async function joinSession() {
|
||||||
console.log('join ' + sessionId);
|
|
||||||
const filter = {
|
const filter = {
|
||||||
kinds: [30342],
|
kinds: [30342],
|
||||||
'#d': [sessionId + ''] // filter by `d` tag
|
'#d': [sessionId + ''] // filter by `d` tag
|
||||||
};
|
};
|
||||||
console.log(filter);
|
|
||||||
const questionEvent = await $ndk.fetchEvent(filter);
|
const questionEvent = await $ndk.fetchEvent(filter);
|
||||||
console.log('question', question);
|
|
||||||
$questionId = `${questionEvent.kind}:${questionEvent.pubkey}:${questionEvent.dTag}`;
|
$questionId = `${questionEvent.kind}:${questionEvent.pubkey}:${questionEvent.dTag}`;
|
||||||
goto('/q/' + $questionId);
|
goto('/q/' + $questionId);
|
||||||
login();
|
login();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue