no need to read log records

This commit is contained in:
fyears
2024-01-13 17:00:46 +08:00
parent 695c74588f
commit 3e245af50c
2 changed files with 1 additions and 29 deletions
+1 -4
View File
@@ -1,10 +1,7 @@
import { TAbstractFile, TFolder, TFile, Vault } from "obsidian";
import type { SyncPlanType } from "./sync";
import {
readAllSyncPlanRecordTextsByVault,
readAllLogRecordTextsByVault,
} from "./localdb";
import { readAllSyncPlanRecordTextsByVault } from "./localdb";
import type { InternalDBs } from "./localdb";
import { mkdirpInVault } from "./misc";
import {