From b9a34f6fc20d19cb848a9a265b83b7732fa25ade Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 20 Aug 2024 21:45:14 +0800 Subject: [PATCH] chore: turn off verbose log --- frontend/rust-lib/flowy-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/rust-lib/flowy-core/Cargo.toml b/frontend/rust-lib/flowy-core/Cargo.toml index 8ec17fa5f6..d6cd0c6635 100644 --- a/frontend/rust-lib/flowy-core/Cargo.toml +++ b/frontend/rust-lib/flowy-core/Cargo.toml @@ -26,7 +26,7 @@ collab-integrate = { workspace = true } flowy-search = { workspace = true } flowy-search-pub = { workspace = true } collab-entity = { workspace = true } -collab-plugins = { workspace = true, features = ["verbose_log"] } +collab-plugins = { workspace = true } collab = { workspace = true } diesel.workspace = true uuid.workspace = true