[fix] remove LOG_DEBUG2 netsvc level

bzr revid: xmo@tinyerp.com-20100302093706-if3uouid2uqk25ky
This commit is contained in:
Xavier Morel 2010-03-02 10:37:06 +01:00
parent b5c1ad04e2
commit 83f646f977
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ except:
LOG_NOTSET = 'notset'
LOG_DEBUG_RPC = 'debug_rpc'
LOG_DEBUG = 'debug'
LOG_DEBUG2 = 'debug2'
LOG_INFO = 'info'
LOG_WARNING = 'warn'
LOG_ERROR = 'error'