Reduce debug prints for now

This commit is contained in:
Christoph Hagen 2024-11-24 20:32:22 +01:00
parent 5b29ee65fb
commit fd1f1f4c40

View File

@ -296,7 +296,7 @@ final class Content: ObservableObject {
// MARK: Saving
func saveToDisk() {
print("Starting save")
//print("Starting save")
for page in pages {
storage.save(pageMetadata: page.pageFile, for: page.id)
}
@ -309,7 +309,7 @@ final class Content: ObservableObject {
storage.save(tagMetadata: tag.tagFile, for: tag.id)
}
// TODO: Remove all files that are no longer in use (they belong to deleted items)
print("Finished save")
//print("Finished save")
}
// MARK: Folder access