clean up, remove console.logs and debugging code

This commit is contained in:
2025-10-14 09:24:36 +02:00
parent 3b0b9d724a
commit 9bf85c79e4
6 changed files with 5 additions and 27 deletions

View File

@@ -12,7 +12,6 @@ if (!fs.existsSync(dir)) {
const db = new Database(fullPath);
console.log('xxx RUN')
let createSQLStmt = `CREATE TABLE IF NOT EXISTS users
(id INTEGER PRIMARY KEY AUTOINCREMENT,
name TEXT NOT NULL UNIQUE,