diff --git a/web/src/main/webapp/index.xhtml b/web/src/main/webapp/index.xhtml index 6d5cebeff462ca98f215db3bb6e671c45ef2c6d7..f745a7959fd0b6aaf43ed338012b9c06510b9267 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);