mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
removed test code
This commit is contained in:
@@ -85,9 +85,6 @@ export class JobHistoryComponent extends Disposable implements OnInit {
|
|||||||
this._jobCacheObject.serverName = serverName;
|
this._jobCacheObject.serverName = serverName;
|
||||||
this._jobManagementService.addToCache(serverName, this._jobCacheObject);
|
this._jobManagementService.addToCache(serverName, this._jobCacheObject);
|
||||||
}
|
}
|
||||||
$('#accordion').keypress(e => {
|
|
||||||
let meme = e;
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ngOnInit() {
|
ngOnInit() {
|
||||||
|
|||||||
Reference in New Issue
Block a user