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
+4 -4
View File
@@ -413,10 +413,10 @@ const api = {
} catch (err) {
debugTextMismatch(brewFromClient.text, brewFromServer.text, `edit/${brewFromClient.editId}`);
console.error('Failed to apply patches:', {
patches : brewFromClient.patches,
result : result,
brewId : brewFromClient.editId || 'unknown',
error : err
// patches : brewFromClient.patches,
// result : result,
brewId : brewFromClient.editId || 'unknown',
error : err
});
// While running in parallel, don't throw the error upstream.
// throw err; // rethrow to preserve the 500 behavior