Skip to content

Commit

Permalink
remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeFraties committed Nov 19, 2024
1 parent a4e2c92 commit c38265c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/assets/javascripts/metrics_page.es6
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ $(document).ready(function(){
}
let duration = encodeURIComponent($("#metrics_duration").val());
let newUrl = `${curUrl}?duration=${duration}`;
debugger
window.location.href = newUrl;
});

Expand Down

0 comments on commit c38265c

Please sign in to comment.