Skip to content

Commit

Permalink
feat: dont write data to console
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev committed Jan 7, 2025
1 parent 238a12b commit 29e4cd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/home/rendering/render-github-notifications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ async function updateLatestCommentUrls(notificationsToUpdate: { element: HTMLEle
headers: { Authorization: `Bearer ${providerToken}` },
});
const data = await response.json();
console.log("data", data);
url = data.html_url;
userType = data.user.type;
avatarUrl = data.user.avatar_url; // get the comment author's avatar
Expand Down

0 comments on commit 29e4cd4

Please sign in to comment.