Skip to content

Commit

Permalink
Drop console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
cwegrzyn authored May 20, 2024
1 parent f53cb5d commit e034dec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/oracles/oracle-modal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export class OracleModal extends Modal {
.onClick(() => {
const { workspace } = this.plugin.app;
const view = workspace.getActiveFileView();
console.log({ view });
if (view && view instanceof MarkdownView) {
const editor = view.editor;
runOracleCommand(
Expand Down

0 comments on commit e034dec

Please sign in to comment.