0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 22:32:45 +00:00

removing console log

This commit is contained in:
Víctor Losada Hernández
2024-09-16 23:04:30 +02:00
parent 8e4fc01831
commit 2028f3dccd

View File

@@ -8,7 +8,6 @@ const ErrorPage = ({ brew })=>{
// Retrieving the error text based on the brew's error code from ErrorIndex
const errorText = ErrorIndex({ brew })[brew.HBErrorCode.toString()] || '';
console.log(errorText);
return (
<UIPage brew={{ title: 'Crit Fail!' }}>