chore: console.log

This commit is contained in:
Chareice 2024-03-22 11:47:15 +08:00
parent 4e145a8868
commit 428bf79298
No known key found for this signature in database

View File

@ -14,7 +14,6 @@ export class DataSourceManager {
}
async add(dataSource: DataSource, options: any = {}) {
console.log('add', dataSource.name, options);
await dataSource.load(options);
this.dataSources.set(dataSource.name, dataSource);
}