mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 09:47:10 +00:00
chore: console.log
This commit is contained in:
parent
4e145a8868
commit
428bf79298
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user