Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
Remove obsolete setter of Z_DEBUG_MODE
Browse files Browse the repository at this point in the history
This environment variable is no longer used anywhere.
  • Loading branch information
jugmac00 committed Feb 3, 2019
1 parent b690f57 commit 3aa94f5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ZServer/Zope2/Startup/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ def _setenv(name, value):
os.environ[name] = repr(value)


def debug_mode(value):
value and _setenv('Z_DEBUG_MODE', '1')
return value


def locale(value):
import locale
locale.setlocale(locale.LC_ALL, value)
Expand Down

0 comments on commit 3aa94f5

Please sign in to comment.