Skip to content

Commit

Permalink
Remove global error handling for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemanrubia committed Dec 4, 2024
1 parent a897e05 commit 15d2d7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/javascript/hotwire_spark/reloading_monitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export class ReloadingMonitor {
}

#reloadCss(path) {
console.debug("PATH=", path);
CssReloader.reload(new RegExp(path))
}

Expand Down

0 comments on commit 15d2d7e

Please sign in to comment.