Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit ae20b62

Browse files
committed
log
1 parent 2263e32 commit ae20b62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/helpers/VaultManagement.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ export async function updateRowFile(file: TFile, columnId: string, newValue: str
163163
async function persistFrontmatter(deletedColumn?: string): Promise<void> {
164164
const frontmatterGroupRegex = /^---[\s\S]+?---/g;
165165
const frontmatterFieldsText = parseFrontmatterFieldsToString(rowFields, currentFrontmatter, deletedColumn);
166-
console.log(frontmatterFieldsText);
167166
const noteObject = {
168167
action: 'replace',
169168
file: file,

0 commit comments

Comments
 (0)