Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Oct 27, 2023
1 parent 368843d commit a233e6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/assets/javascripts/monotile/hat.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ $(document).on('turbolinks:load', () => {
setup();
} catch (err) {
if (err instanceof ReferenceError) {
console.log('Setup P5.js');
return;
}
console.error(err);
Expand Down

0 comments on commit a233e6b

Please sign in to comment.