Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
backbone-adapter-javascript
Commits
978de303
Unverified
Commit
978de303
authored
2 years ago
by
Dan Jones
Browse files
Options
Download
Email Patches
Plain Diff
debug: remove debug error logging
parent
7dfb8ec8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
+0
-3
dist/adapter.esm.js
dist/adapter.esm.js
+0
-1
dist/adapter.js
dist/adapter.js
+0
-1
src/adapter/index.js
src/adapter/index.js
+0
-1
No files found.
dist/adapter.esm.js
View file @
978de303
...
...
@@ -69,7 +69,6 @@ class Adapter {
*/
auth
()
{
let
adapterConfig
=
this
.
config
;
console
.
error
(
'
config
'
,
adapterConfig
);
return
this
.
axios
.
get
(
`
${
adapterConfig
.
api
}
/token`
,
{
params
:
{
...
...
This diff is collapsed.
Click to expand it.
dist/adapter.js
View file @
978de303
...
...
@@ -71,7 +71,6 @@ class Adapter {
*/
auth
()
{
let
adapterConfig
=
this
.
config
;
console
.
error
(
'
config
'
,
adapterConfig
);
return
this
.
axios
.
get
(
`
${
adapterConfig
.
api
}
/token`
,
{
params
:
{
...
...
This diff is collapsed.
Click to expand it.
src/adapter/index.js
View file @
978de303
...
...
@@ -69,7 +69,6 @@ export class Adapter {
*/
auth
()
{
let
adapterConfig
=
this
.
config
;
console
.
error
(
'
config
'
,
adapterConfig
);
return
this
.
axios
.
get
(
`
${
adapterConfig
.
api
}
/token`
,
{
params
:
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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