From e406e413165a2364ae21a365f02d811917467e2e Mon Sep 17 00:00:00 2001 From: alicia pritchett Date: Tue, 15 Feb 2022 13:12:25 -0500 Subject: [PATCH] Take out extra bits of code --- src/app/workflow-spec-list/workflow-spec-list.component.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/app/workflow-spec-list/workflow-spec-list.component.ts b/src/app/workflow-spec-list/workflow-spec-list.component.ts index 1c693b3..d4d5f5e 100644 --- a/src/app/workflow-spec-list/workflow-spec-list.component.ts +++ b/src/app/workflow-spec-list/workflow-spec-list.component.ts @@ -377,10 +377,7 @@ 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 => { this._displayMessage(`Successfully pushed the Git state`);