Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Mobile
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
203
Merge Requests
15
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Minds
Minds Mobile
Commits
e48befea
Commit
e48befea
authored
1 hour ago
by
Juan Manuel Solaro
Browse files
Options
Download
(fix) remove console log
parent
95c0ca73
log-url-for-json-parse-error
1 merge request
!447
Log message to sentry when json parse error occur
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/common/services/api.service.js
View file @
e48befea
...
...
@@ -34,7 +34,6 @@ class ApiService {
async
parseJSON
(
response
)
{
try
{
console
.
log
(
response
);
return
await
response
.
json
();
}
catch
(
error
)
{
Sentry
.
captureMessage
(
`ISSUE #1572 URL:
${
response
.
url
}
`
);
...
...
This diff is collapsed.
Please
register
or
sign in
to comment