From 87a9269840d8a5e00761bb67e9066acae79114a1 Mon Sep 17 00:00:00 2001
From: mattab <matthieu.aubry@gmail.com>
Date: Mon, 10 Mar 2014 18:59:45 +1300
Subject: [PATCH] Remove comment

---
 js/index.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/js/index.php b/js/index.php
index 6b03353492..5cf84667ac 100644
--- a/js/index.php
+++ b/js/index.php
@@ -29,8 +29,9 @@ require_once PIWIK_INCLUDE_PATH . '/core/Loader.php';
 
 $file = '../piwik.js';
 
-// There is no cache buster parameter so we don't set Expires: header 
+
 $daysExpireFarFuture = 10;
+
 ProxyHttp::serverStaticFile($file, "application/javascript; charset=UTF-8", $daysExpireFarFuture);
 
 exit;
-- 
GitLab