turned off logging for sequelize since i don't gotta see all that

This commit is contained in:
Aster Fialla
2026-02-15 16:21:00 -05:00
parent f81da5ac27
commit 75dba413b8

View File

@@ -11,6 +11,7 @@ const database = {};
const sequelize = new Sequelize('postgres', 'postgres', password, {
host: 'localhost',
logging: false,
dialect: 'postgres'
});