Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitd94 committed Nov 24, 2023
1 parent a5c4beb commit 730593f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ export default class IndexController extends Controller {
},
credentials: 'include',
});
console.log(response);
if (response.ok) {
const data = await response.json();
this.cacheTriggeredPending--;
Expand Down

0 comments on commit 730593f

Please sign in to comment.