Skip to content

Commit

Permalink
Remove console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-castelain committed Jan 9, 2025
1 parent e23b71b commit db1f834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/controllers/batch.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default class extends Controller {

try {
href = new URL(identifierHolder.dataset[hrefHolder]);
} catch (exception) {console.log(exception)
} catch (exception) {
return;
}

Expand Down

0 comments on commit db1f834

Please sign in to comment.