Take out extra bits of code

This commit is contained in:
alicia pritchett 2022-02-15 13:12:25 -05:00
parent e085836f75
commit e406e41316

View File

@ -377,9 +377,6 @@ export class WorkflowSpecListComponent implements OnInit {
height: '58vh',
width: '50vw',
});
// display to user the changed files
let comment = '';
let branch = 'alicia'; // I think this can be set from the gitrepo call above
dialogRef.afterClosed().subscribe((comment: string) => {
this.api.gitRepoPush(comment).subscribe(data => {