Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
404
Merge Requests
59
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
6d26c549
Commit
6d26c549
authored
51 minutes ago
by
Ben Hayward
Browse files
Options
Download
Removed console log
parent
3d1c6d9f
fix/attachment-poster-2334
1 merge request
!693
[Sprint/UnderstoodUnicorn](fix): Fixed inability to cancel uploaded image. #2334
Pipeline
#102334811
passed with stages
in 48 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/app/services/attachment.ts
View file @
6d26c549
...
...
@@ -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
();
...
...
This diff is collapsed.
Please
register
or
sign in
to comment