Commit c051ff3e by utkarshcmu

Removed unused commented code

parent fac51d92
......@@ -16,7 +16,6 @@ export class DataSourcesCtrl {
}
removeDataSourceConfirmed(ds) {
///_.remove(this.playlistsd, { id: playlist.id });
this.backendSrv.delete('/api/datasources/' + ds.id)
.then(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment