Skip to content

Commit

Permalink
avoid console log
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeufer committed Apr 9, 2021
1 parent 41af1de commit ff57b56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions afat/static/afat/javascript/afat-fatlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ $(document).ready(function() {
if(dt > intervalReloadDatatable) {
// something really bad happened. Maybe the browser (tab) was inactive?
// possibly special handling to avoid futile "catch up" run
console.log('Something went wrong, reloading page ...');

window.location.replace(
window.location.pathname + window.location.search + window.location.hash
);
Expand Down
2 changes: 1 addition & 1 deletion afat/static/afat/javascript/afat-fatlist.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ff57b56

Please sign in to comment.