Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dspace7 Angular
Manage
Activity
Members
Labels
Plan
Issues
43
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
code.vt.edu will be down for maintenance from 0530-0630 EDT Wednesday, April 9th
Show more breadcrumbs
vtechworks
Dspace7 Angular
Commits
69f48464
Commit
69f48464
authored
6 years ago
by
Kristof De Langhe
Browse files
Options
Downloads
Patches
Plain Diff
55946: Removed console log
parent
f2bfdbcf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/+item-page/edit-item-page/item-collection-mapper/item-collection-mapper.component.ts
+0
-1
0 additions, 1 deletion
...tem-collection-mapper/item-collection-mapper.component.ts
with
0 additions
and
1 deletion
src/app/+item-page/edit-item-page/item-collection-mapper/item-collection-mapper.component.ts
+
0
−
1
View file @
69f48464
...
...
@@ -170,7 +170,6 @@ export class ItemCollectionMapperComponent implements OnInit {
*/
private
showNotifications
(
responses$
:
Observable
<
RestResponse
[]
>
,
messagePrefix
:
string
)
{
responses$
.
subscribe
((
responses
:
RestResponse
[])
=>
{
console
.
log
(
'
message
'
+
messagePrefix
+
'
for
'
+
responses
.
length
+
'
responses...
'
);
const
successful
=
responses
.
filter
((
response
:
RestResponse
)
=>
response
.
isSuccessful
);
const
unsuccessful
=
responses
.
filter
((
response
:
RestResponse
)
=>
!
response
.
isSuccessful
);
if
(
successful
.
length
>
0
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment