0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-06-22 00:38:38 +00:00

Comment out excessive logging items

This commit is contained in:
G.Ambatte
2026-05-14 21:17:18 +12:00
parent 26ef5b10a0
commit eec4cf8167
+2 -2
View File
@@ -413,8 +413,8 @@ const api = {
} catch (err) {
debugTextMismatch(brewFromClient.text, brewFromServer.text, `edit/${brewFromClient.editId}`);
console.error('Failed to apply patches:', {
patches : brewFromClient.patches,
result : result,
// patches : brewFromClient.patches,
// result : result,
brewId : brewFromClient.editId || 'unknown',
error : err
});