console.log 삭제

This commit is contained in:
hyeonsu
2025-09-16 16:16:41 +09:00
parent 7acea0b272
commit f715b5fa8c
18 changed files with 5 additions and 414 deletions

View File

@@ -15,7 +15,6 @@ const prisma = new PrismaClient({
async function testConnection() {
try {
await prisma.$connect();
console.log("✅ 데이터베이스 연결 성공");
} catch (error) {
console.error("❌ 데이터베이스 연결 실패:", error);
process.exit(1);