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

Commit 319aa8e

Browse files
committed
log
1 parent d821986 commit 319aa8e

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
@@ -96,7 +96,6 @@ export async function updateRowFile(file: TFile, columnId: string, newValue: str
9696
const content = await VaultManagerDB.obtainContentFromTfile(file);
9797
let currentFrontmatter = VaultManagerDB.ontainCurrentFrontmatter(content);
9898
const column = state.columns.find(c => c.key === columnId);
99-
console.log("pruebas");
10099
// Adds an empty frontmatter at the beginning of the file
101100
async function addFrontmatter(): Promise<void> {
102101
/* Regex explanation

0 commit comments

Comments
 (0)