Sfoglia il codice sorgente

removed console log

master
Daniel 2 anni fa
parent
commit
ea06ae589d
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      src/client/app/js/app/state/Home.js

+ 0
- 1
src/client/app/js/app/state/Home.js Vedi File

@@ -246,7 +246,6 @@ app.state.Home = function()
},
function( res )
{
console.log(res.profile);
app.model.SessionUser.updateUserData( res.profile, res.profile_teams );
userGroups = app.model.SessionUser.getGroups();


Caricamento…
Annulla
Salva