stop logging navbar content

This commit is contained in:
Isaac Connor 2018-09-25 14:42:07 -04:00
parent 8f6db1c279
commit 206937340f
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ if ( currentView != 'none' && currentView != 'login' ) {
}
function setNavBar(data) {
console.log(data);
//console.log(data);
if ( data.auth ) {
if ( data.auth != auth_hash ) {
// Update authentication token.