Cleanup console.log

This commit is contained in:
ssilvert@win.redhat.com 2018-07-09 08:18:38 -04:00 committed by Stan Silvert
parent 8533bc7f00
commit c969c4c903

View file

@ -230,7 +230,6 @@
<script>
var winHash = window.location.hash;
console.log('winHash=' + winHash);
if ((winHash.indexOf('#/') == 0) && (!winHash.indexOf('#/&state') == 0)) {
document.getElementById("welcomeScreen").style.display='none';
}