Cleanup console.log
This commit is contained in:
parent
8533bc7f00
commit
c969c4c903
1 changed files with 0 additions and 1 deletions
|
@ -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';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue