mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-06-25 23:58:38 +00:00
Comment out excessive logging items
This commit is contained in:
@@ -413,10 +413,10 @@ const api = {
|
|||||||
} catch (err) {
|
} catch (err) {
|
||||||
debugTextMismatch(brewFromClient.text, brewFromServer.text, `edit/${brewFromClient.editId}`);
|
debugTextMismatch(brewFromClient.text, brewFromServer.text, `edit/${brewFromClient.editId}`);
|
||||||
console.error('Failed to apply patches:', {
|
console.error('Failed to apply patches:', {
|
||||||
patches : brewFromClient.patches,
|
// patches : brewFromClient.patches,
|
||||||
result : result,
|
// result : result,
|
||||||
brewId : brewFromClient.editId || 'unknown',
|
brewId : brewFromClient.editId || 'unknown',
|
||||||
error : err
|
error : err
|
||||||
});
|
});
|
||||||
// While running in parallel, don't throw the error upstream.
|
// While running in parallel, don't throw the error upstream.
|
||||||
// throw err; // rethrow to preserve the 500 behavior
|
// throw err; // rethrow to preserve the 500 behavior
|
||||||
|
|||||||
Reference in New Issue
Block a user