[REM] http useless controller

bzr revid: al@openerp.com-20140316141311-m0xqh386ax952va1
This commit is contained in:
Antony Lesuisse 2014-03-16 15:13:11 +01:00
parent 5cc7237f63
commit 5b21fc0225
1 changed files with 0 additions and 5 deletions

View File

@ -1209,11 +1209,6 @@ class CommonController(Controller):
""" Method used by client APIs to contact OpenERP. """
return openerp.netsvc.dispatch_rpc(service, method, args)
@route('/gen_session_id', type='json', auth="none")
def gen_session_id(self):
nsession = root.session_store.new()
return nsession.sid
root = None
def wsgi_postload():