Skip to content

Commit c051ff3

Browse files
committed
Removed unused commented code
1 parent fac51d9 commit c051ff3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

public/app/features/datasources/list_ctrl.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export class DataSourcesCtrl {
1616
}
1717

1818
removeDataSourceConfirmed(ds) {
19-
///_.remove(this.playlistsd, { id: playlist.id });
2019

2120
this.backendSrv.delete('/api/datasources/' + ds.id)
2221
.then(() => {

0 commit comments

Comments
 (0)