Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
histhub
api
Commits
2bdd3895
Commit
2bdd3895
authored
Jul 09, 2019
by
Tobias Steiner
Browse files
Remove logs
parent
57505b8a
Pipeline
#3071
failed with stage
in 44 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/utils/response-collector.ts
View file @
2bdd3895
...
...
@@ -59,8 +59,6 @@ export class ResponseCollector {
const
a
=
{};
try
{
const
provider
=
await
UrlResolver
.
getProvider
(
d
,
this
.
language
);
console
.
log
(
'
provider
'
+
provider
);
console
.
log
(
'
url
'
+
d
);
a
[
provider
]
=
d
;
return
a
;
}
catch
{
...
...
@@ -69,7 +67,6 @@ export class ResponseCollector {
}
}));
}
console
.
log
(
'
data
'
,
data
);
if
(
Array
.
isArray
(
this
.
finalData
.
data
[
data
.
name
]))
{
this
.
finalData
.
data
[
data
.
name
].
push
(
data
.
data
);
...
...
@@ -77,7 +74,6 @@ export class ResponseCollector {
this
.
finalData
.
data
[
data
.
name
]
=
data
.
data
;
}
console
.
log
(
'
finalData
'
,
this
.
finalData
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment