Skip to content

Commit

Permalink
removed logging of dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeCodes19 committed Feb 28, 2025
1 parent dd5c0e5 commit ab73c43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/app/javascript/controllers/session_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export default class extends Controller {
console.log("No modal target found for this controller instance");
return;
}
console.log(this.modalTarget.dataset);

this.cookieName = this.modalTarget.dataset.itemCookieNameParam;
this.cbvFlowId = parseInt(this.modalTarget.dataset.itemCbvFlowIdParam, 10);
Expand Down

0 comments on commit ab73c43

Please sign in to comment.