Skip to content

Commit

Permalink
cleanup: remove extra console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
bscholer committed Feb 9, 2024
1 parent 2f8a5d9 commit ae1fbf0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,6 @@ class TranscriptionSettingTab extends PluginSettingTab {
}

// Initially hide the settings that depend on timestamps based on whether timestamps are enabled
console.log({ timestamps: this.plugin.settings.timestamps });
if (!this.plugin.settings.timestamps) {
containerEl
.findAll(".depends-on-timestamps")
Expand Down

0 comments on commit ae1fbf0

Please sign in to comment.