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 = {}) {
 | 
					  async add(dataSource: DataSource, options: any = {}) {
 | 
				
			||||||
    console.log('add', dataSource.name, options);
 | 
					 | 
				
			||||||
    await dataSource.load(options);
 | 
					    await dataSource.load(options);
 | 
				
			||||||
    this.dataSources.set(dataSource.name, dataSource);
 | 
					    this.dataSources.set(dataSource.name, dataSource);
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user