Removing some extra logs

This commit is contained in:
Scott Tomaszewski 2026-02-27 09:05:12 -05:00
parent e079e4d67f
commit 404ed65060
2 changed files with 0 additions and 2 deletions

View file

@ -26,7 +26,6 @@ export function createInlineReferenceExtension(renderer: BibleReferenceRenderer,
buildDecorations(view: EditorView): DecorationSet {
if (!view.state.field(editorLivePreviewField)) {
console.log("skipping live preview");
return RangeSet.empty;
}
const builder = new RangeSetBuilder<Decoration>();

View file

@ -126,7 +126,6 @@ export class ESVApiService {
// Save the raw API response as JSON
const passage = BibleReference.parse(data.canonical);
const filePath = BibleFiles.pathForPassage(passage, this.plugin);
console.log(filePath);
let content = "---\n"
content += stringifyYaml(data);
content += "cssclasses: hide-dj-passage-properties"