Skip to content

Commit 212772c

Browse files
committed
removed extra debug
1 parent 22e43ca commit 212772c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

web/ui/src/YBFeed/YBFeedComponent.tsx

-3
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,12 @@ export function FeedComponent() {
119119
// Authenticate feed if a secret is found in URL
120120
const secret = searchParams.get("secret")
121121
if (secret) {
122-
console.log("test")
123122
connection.AuthenticateFeed(feedParam,secret)
124123
.then(() => {
125-
console.log("then")
126124
setGoTo("/" + feedParam)
127125
update()
128126
})
129127
.catch((e) => {
130-
console.log(e.message)
131128
message.error(e.message)
132129
setAuthenticated(false)
133130
})

0 commit comments

Comments
 (0)