Skip to content

Commit

Permalink
Remove debugging warn statement.
Browse files Browse the repository at this point in the history
I don't think it was meant to be here.
  • Loading branch information
jmchilton committed Feb 6, 2017
1 parent 9feb8b3 commit 012e261
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/galaxy/managers/users.py
Expand Up @@ -188,7 +188,6 @@ def get_or_create_valid_api_key( self, user ):

# ---- preferences
def preferences( self, user ):
log.warn(dict( (key, value) for key, value in user.preferences.items() ))
return dict( (key, value) for key, value in user.preferences.items() )

# ---- roles and permissions
Expand Down

0 comments on commit 012e261

Please sign in to comment.