Skip to content

Commit a827c48

Browse files
committed
Removed the wsgi.py warning about starting without virtualenv; this is normal under Py3.
- Legacy-Id: 18058
1 parent e8094b2 commit a827c48

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ietf/wsgi.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@
5656
if os.path.exists(virtualenv_activation):
5757
syslog.syslog("Starting datatracker wsgi with virtualenv %s" % os.path.dirname(os.path.dirname(virtualenv_activation)))
5858
exec(compile(io.open(virtualenv_activation, "rb").read(), virtualenv_activation, 'exec'), dict(__file__=virtualenv_activation))
59-
else:
60-
syslog.syslog("Starting datatracker wsgi without virtualenv")
6159

6260
if not path in sys.path:
6361
sys.path.insert(0, path)

0 commit comments

Comments
 (0)