Skip to content

Commit

Permalink
Revert "throw exception when user tries to get result by mail"
Browse files Browse the repository at this point in the history
This reverts commit 118c006.
  • Loading branch information
Johannes Kroll committed Jul 24, 2013
1 parent f3212c0 commit 969427a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tlgwsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,6 @@ def ident(msg): return msg
_= ident

if mailto or wikipage:
raise Exception("Sorry, sending email doesn't currently work on tool labs, \n see https://bugzilla.wikimedia.org/show_bug.cgi?id=51359") # XXXXX

if 'daemon' in environ and environ['daemon']=='True':
dprint(0, 'not opening daemon context...') # XXXXXX on labs, this doesn't seem to work properly for some reason
#~ # we are in the background process, open daemon context
Expand Down

0 comments on commit 969427a

Please sign in to comment.