remove console.log from database pages

This commit is contained in:
Justin Edmund 2025-09-24 22:04:40 -07:00
parent 9bb9bd6320
commit 29980c605b
3 changed files with 0 additions and 3 deletions

View file

@ -71,7 +71,6 @@
.page {
padding: spacing.$unit-2x 0;
max-width: 1400px;
margin: 0 auto;
}
</style>

View file

@ -71,7 +71,6 @@
.database-page {
padding: spacing.$unit-2x 0;
max-width: 1400px;
margin: 0 auto;
}

View file

@ -79,7 +79,6 @@
.database-page {
padding: spacing.$unit-2x 0;
max-width: 1400px;
margin: 0 auto;
}