Skip to content

Commit

Permalink
remove debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening committed May 28, 2016
1 parent cb6f739 commit 1ba0ef7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/galaxy/webapps/galaxy/controllers/user.py
Expand Up @@ -1200,8 +1200,6 @@ def change_communication( self, trans, cntrller, **kwd):
trans.sa_session.add( user )
trans.sa_session.flush()
else:
log.warn("######### %s" % user.preferences['communication_server'])
log.warn("######### %s" % string_as_bool(user.preferences['communication_server']))
if string_as_bool( user.preferences.get('communication_server', '0') ):
activated = 'checked'

Expand Down

0 comments on commit 1ba0ef7

Please sign in to comment.