RED-6506: Clean up code.
This commit is contained in:
parent
607c1646fc
commit
939e726e87
@ -8,9 +8,7 @@ export interface FalsePositiveDialogInput {
|
||||
}
|
||||
|
||||
@Component({
|
||||
selector: 'redaction-false-positive-dialog',
|
||||
templateUrl: './false-positive-dialog.component.html',
|
||||
styleUrls: ['./false-positive-dialog.component.scss'],
|
||||
})
|
||||
export class FalsePositiveDialogComponent extends BaseDialogComponent implements OnInit {
|
||||
constructor(
|
||||
|
||||
@ -265,7 +265,6 @@ export class AnnotationActionsService {
|
||||
: DictionaryEntryTypes.FALSE_POSITIVE,
|
||||
comment: result.comment ? { text: result.comment } : null,
|
||||
}));
|
||||
console.log(requests.map(req => req.value));
|
||||
const { dossierId, fileId } = this._state;
|
||||
|
||||
this.#processObsAndEmit(this._manualRedactionService.addAnnotation(requests, dossierId, fileId));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user