Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kavigupta committed Sep 1, 2024
1 parent 2f953da commit 4d201c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion react/src/article.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ async function loadPage() {

const longname = window_info.get("longname")!;
const data = await loadProtobuf(data_link(longname), "Article");
console.log(data);
document.title = data.shortname;
const root = ReactDOM.createRoot(document.getElementById("root")!);
remove_universe_if_not_in(data.universes)
Expand Down

0 comments on commit 4d201c9

Please sign in to comment.