mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
Removing console.log message
This commit is contained in:
@@ -162,7 +162,6 @@ export class Start extends Command {
|
||||
if (dbType === 'sqlite') {
|
||||
const shouldRunVacuum = config.get('database.sqlite.executeVacuumOnStartup') as number;
|
||||
if (shouldRunVacuum) {
|
||||
console.log('ran vacuum');
|
||||
Db.collections.Execution!.query("VACUUM;");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user