Skip to content

Commit

Permalink
removed unused function:
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredfrancis committed Apr 4, 2018
1 parent d354582 commit a149167
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions frontend/src/app/agent/train/train.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,6 @@ export class TrainComponent implements OnInit {
this.newExampleText = "";
}

startLabeling() {
const form = this.trainForm.value;
this.trainingService.startLabeling(form.input)
.then(c => {
this.labelled = c;
// this.message = 'Build sucessfull';
})
.catch(c => {
this.message = 'Error on labelling';
})
}

deleteSetence(i) {
const array = this.story.labeledSentences;
Expand Down

0 comments on commit a149167

Please sign in to comment.