changeset 142:5a27ec93100d

Remove unused code
author cmlenz
date Thu, 18 Aug 2005 10:17:14 +0000
parents 0e21778c04ef
children 236786389dfd
files bitten/trac_ext/web_ui.py
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/bitten/trac_ext/web_ui.py
+++ b/bitten/trac_ext/web_ui.py
@@ -370,11 +370,6 @@
 
     log_formatters = ExtensionPoint(ILogFormatter)
 
-    _level_label = {BuildLog.DEBUG: 'debug',
-                    BuildLog.INFO: 'info',
-                    BuildLog.WARNING: 'warning',
-                    BuildLog.ERROR: 'error'}
-
     # INavigationContributor methods
 
     def get_active_navigation_item(self, req):
Copyright (C) 2012-2017 Edgewall Software