mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-30 05:18:49 +01:00
🔇 不打印同步结果日志
This commit is contained in:
parent
228b40b0e8
commit
f6883bf4ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue