mirror of
https://github.com/scotttomaszewski/obsidian-disciples-journal.git
synced 2026-07-22 12:20:30 +00:00
Removing some extra logs
This commit is contained in:
parent
e079e4d67f
commit
404ed65060
2 changed files with 0 additions and 2 deletions
|
|
@ -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>();
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue