diff --git a/js/main.js b/js/main.js index 156ef886..17fadb67 100644 --- a/js/main.js +++ b/js/main.js @@ -29,10 +29,7 @@ jQuery(document).ready(function($) { $.getJSON('githash.php', {}, function(json, textStatus) { if (json) { if (json.gitHash != gitHash) { - console.log('refresh'); location.reload(); - } else { - console.log('up to date'); } } });