Skip to content

Commit

Permalink
Remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
BobdenOs committed Apr 24, 2024
1 parent 9b1281a commit 3ebf2f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sqlite/lib/SQLiteService.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ const cds = require('@sap/cds/lib')
let sqlite
try {
sqlite = require('better-sqlite3')
process.stdout.write('Using default sqlite driver better-sqlite3\n')
} catch (err) {
process.stdout.write('Using fallback sqlite driver sql.js\n')
// When failing to load better-sqlite3 it fallsback to sql.js (wasm version of sqlite)
sqlite = require('./sql.js.js')
}
Expand Down

0 comments on commit 3ebf2f4

Please sign in to comment.