🎨 Data synchronization supports the multi-kernel online perception https://github.com/siyuan-note/siyuan/issues/8518

This commit is contained in:
Daniel 2023-06-12 08:00:39 +08:00
parent 2468c70f3b
commit 84d551bdd5
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 3 additions and 3 deletions

View file

@ -689,7 +689,7 @@ func connectSyncWebSocket() {
return
}
logging.LogInfof("connecting sync websocket...")
//logging.LogInfof("connecting sync websocket...")
var dialErr error
webSocketConn, dialErr = dialSyncWebSocket()
if nil != dialErr {