Commit 6d26c549 authored by Ben Hayward's avatar Ben Hayward

Removed console log

1 merge request!693[Sprint/UnderstoodUnicorn](fix): Fixed inability to cancel uploaded image. #2334
Pipeline #102334811 running with stages
......@@ -248,7 +248,6 @@ export class AttachmentService {
abort() {
if (this.xhr) {
if (this.uploadSubscription) {
console.log(`upload sub unsubbed`);
this.uploadSubscription.unsubscribe();
}
this.xhr.abort();
......
Please register or to comment