Skip to content

Commit

Permalink
fix: remove useless console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinzent03 committed Jul 11, 2024
1 parent cdf7847 commit 4db3143
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,6 @@ export default class AdvancedURI extends Plugin {

this.registerEvent(
this.app.workspace.on("file-menu", (menu, file, source) => {
console.log(source);

if (
!(
source === "more-options" ||
Expand Down

0 comments on commit 4db3143

Please sign in to comment.