0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 22:52:40 +00:00

Remove console log and CSS rule for hr element in vaultPage.

This commit is contained in:
Víctor Losada Hernández
2024-08-10 00:12:17 +02:00
parent 59672b79d8
commit 2dc4ebb39f
2 changed files with 0 additions and 3 deletions

View File

@@ -84,7 +84,6 @@ const VaultPage = (props) => {
`/api/vault?title=${title}&author=${author}&v3=${v3}&legacy=${legacy}&count=${count}&page=${page}`
);
if (response.ok) {
console.log(response.body.brews);
updateStateWithBrews(response.body.brews, page);
} else {
throw new Error(`Error: ${response.status}`);

View File

@@ -277,8 +277,6 @@ body {
}
}
hr { visibility : hidden; }
}
}
}