🔇 不打印同步结果日志

This commit is contained in:
Liang Ding 2023-02-08 21:42:37 +08:00
parent 228b40b0e8
commit f6883bf4ce
No known key found for this signature in database
GPG Key ID: 136F30F901A2231D

View File

@ -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