mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 16:12:38 +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
|
// Retrieving the error text based on the brew's error code from ErrorIndex
|
||||||
const errorText = ErrorIndex({ brew })[brew.HBErrorCode.toString()] || '';
|
const errorText = ErrorIndex({ brew })[brew.HBErrorCode.toString()] || '';
|
||||||
console.log(errorText);
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<UIPage brew={{ title: 'Crit Fail!' }}>
|
<UIPage brew={{ title: 'Crit Fail!' }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user