From 18e4c5f0e546bf1f2c2ddfec7abef91a8bd71841 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Wed, 19 Feb 2014 17:03:40 +0100 Subject: [PATCH] cleanup --- js/main.js | 3 --- 1 file changed, 3 deletions(-) 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'); } } });