Skip to content

Commit

Permalink
removed extra debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ybizeul committed Sep 4, 2023
1 parent 22e43ca commit 212772c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions web/ui/src/YBFeed/YBFeedComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,12 @@ export function FeedComponent() {
// Authenticate feed if a secret is found in URL
const secret = searchParams.get("secret")
if (secret) {
console.log("test")
connection.AuthenticateFeed(feedParam,secret)
.then(() => {
console.log("then")
setGoTo("/" + feedParam)
update()
})
.catch((e) => {
console.log(e.message)
message.error(e.message)
setAuthenticated(false)
})
Expand Down

0 comments on commit 212772c

Please sign in to comment.