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:
@@ -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!' }}>
|
||||
|
||||
Reference in New Issue
Block a user