Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanfbrito committed Nov 10, 2023
1 parent f37e8c4 commit e464ac7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui/main/menuBar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ const getCurrentViewWebcontents = async () => {
if (!url) {
return null;
}
console.log('zoom url', url);
return getWebContentsByServerUrl(url);
};

Expand Down

0 comments on commit e464ac7

Please sign in to comment.