-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Description
Is there any possibility to parameterize the console.log option of these lines so that it does not appear?
if (typeof process !== 'undefined' && process.version && !process.env.FORCE_SQLJS) {
console.log('Better SQLite');
} else {
console.log('SQL.js');
}
If it is not developed, I could do it and do a PR.
Something like options.silent in constructor of GeoPackageConnection.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels