From 2d2ea8f10a3ffe13f2f7950bb8bc681282d74426 Mon Sep 17 00:00:00 2001
From: Dinesh Salunke <dineshsalunke@consultbop.com>
Date: Tue, 21 Nov 2023 16:20:00 +0530
Subject: [PATCH] refactor: remove the livereload script

---
 templates/_partials/head.tpl | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/templates/_partials/head.tpl b/templates/_partials/head.tpl
index 65fc4ce..8948c4b 100644
--- a/templates/_partials/head.tpl
+++ b/templates/_partials/head.tpl
@@ -1,5 +1,5 @@
 {**
- * 2007-2019 PrestaShop and Contributors
+ * 2007-2019 PrestaShop and Contributorslivereload
  *
  * NOTICE OF LICENSE
  *
@@ -76,12 +76,6 @@
       }
     }
   </script>
-{** TODO: Remove this before going live *}
-<script>document.write('<script src="http://'
-    + location.host.split(':')[0]
-    + ':35729/livereload.js"></'
-    + 'script>')</script>
-
 {block name='hook_header'}
   {$HOOK_HEADER nofilter}
 {/block}