From 7ec98eb670e9269973ca5954b76a9b8b16b42b19 Mon Sep 17 00:00:00 2001
From: Sascha Herzinger <sascha.herzinger@uni.lu>
Date: Wed, 6 Mar 2019 16:28:14 +0100
Subject: [PATCH] Update index.xhtml

---
 web/src/main/webapp/index.xhtml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/web/src/main/webapp/index.xhtml b/web/src/main/webapp/index.xhtml
index 6d5cebeff4..f745a7959f 100644
--- a/web/src/main/webapp/index.xhtml
+++ b/web/src/main/webapp/index.xhtml
@@ -40,7 +40,6 @@
 			 * This is a hack that fixes this issue by forcing the icon sprite png to be loaded once the document is ready.
 			 */
 			$('document').ready(function() {
-				console.log('hi');
 				var style = document.createElement("style");
 				var styleText = document.createTextNode(".ui-icon { background-image: url(/minerva/javax.faces.resource/images/ui-icons_616161_256x240.png.xhtml?ln=primefaces-aristo&m_version=Unknown) !important; }");
 				style.appendChild(styleText);
-- 
GitLab