1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-10 01:17:59 +03:00

small test

This commit is contained in:
Adolfo Gómez García 2023-03-27 14:25:40 +02:00
parent 254bbc444c
commit e1a7096d1f
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -249,7 +249,6 @@ class Dispatcher(View):
it register all subclases of Handler. (In fact, it looks for packages inside "methods" package, child of this)
"""
logger.info('Initializing REST Handlers')
# Our parent module "REST", because we are in "dispatcher"
modName = __name__[:__name__.rfind('.')]