Skip to content

Commit 6c6aba1

Browse files
Update components/syncmate_by_assitro/syncmate_by_assitro.app.mjs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent a7c90a6 commit 6c6aba1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

components/syncmate_by_assitro/syncmate_by_assitro.app.mjs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ export default {
1616
_makeRequest({
1717
$ = this, path, ...opts
1818
}) {
19-
console.log("config", {
20-
url: this._baseUrl() + path,
21-
headers: this._headers(),
22-
...opts,
23-
});
2419
return axios($, {
2520
url: this._baseUrl() + path,
2621
headers: this._headers(),

0 commit comments

Comments
 (0)