mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: duplicated selections from remote (#5023)
* fix: duplicated selections from remote * fix: docker ci
This commit is contained in:
@ -4,7 +4,8 @@ use crate::AppFlowyCoreConfig;
|
||||
|
||||
static INIT_LOG: AtomicBool = AtomicBool::new(false);
|
||||
pub(crate) fn init_log(config: &AppFlowyCoreConfig) {
|
||||
if cfg!(debug_assertions) && get_bool_from_env_var("DISABLE_CI_TEST_LOG") {
|
||||
#[cfg(debug_assertions)]
|
||||
if get_bool_from_env_var("DISABLE_CI_TEST_LOG") {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user