This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
spawntree
/
probuddy-master
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
removed console log
master
Daniel
2 years ago
parent
779cbf562b
commit
ea06ae589d
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/client/app/js/app/state/Home.js
+ 0
- 1
src/client/app/js/app/state/Home.js
View 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();
Write
Preview
Loading…
Cancel
Save