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

@@ -37,5 +37,5 @@ export const API_ROUTES = {
USER: (userId: string) => `/api/users/${userId}`
};
// './src/lib/data/tatort.db'
// local database path: './src/lib/data/tatort.db'
export const DB_FULLPATH = '/daten/tatort.db'