0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 14:12:40 +00:00

Comment out patch contents from logs

patch contents on failed patches clogging logs with pages and pages of text
This commit is contained in:
Trevor Buckner
2025-07-22 14:45:57 -04:00
committed by GitHub
parent f16598f238
commit 990bf80b59

View File

@@ -382,7 +382,7 @@ const api = {
} catch (err) {
//debugTextMismatch(brewFromClient.text, brewFromServer.text, `edit/${brewFromClient.editId}`);
console.error('Failed to apply patches:', {
patches : brewFromClient.patches,
//patches : brewFromClient.patches,
brewId : brewFromClient.editId || 'unknown',
error : err
});