mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-21 03:21:21 +08:00
🔇 不打印同步结果日志
This commit is contained in:
parent
228b40b0e8
commit
f6883bf4ce
@ -1069,7 +1069,7 @@ func syncRepo(exit, byHand bool) (err error) {
|
||||
}
|
||||
|
||||
func processSyncMergeResult(exit, byHand bool, start time.Time, mergeResult *dejavu.MergeResult) {
|
||||
logSyncMergeResult(mergeResult)
|
||||
//logSyncMergeResult(mergeResult)
|
||||
|
||||
if 0 < len(mergeResult.Conflicts) && Conf.Sync.GenerateConflictDoc {
|
||||
// 云端同步发生冲突时生成副本 https://github.com/siyuan-note/siyuan/issues/5687
|
||||
|
Loading…
Reference in New Issue
Block a user