forked from shaba/openuds
removed debug from xenserver
This commit is contained in:
parent
73139094dc
commit
0b201eada9
@ -80,7 +80,7 @@ class XenPublication(Publication):
|
||||
"""
|
||||
deserializes the data and loads it inside instance.
|
||||
"""
|
||||
logger.debug('Data: {0}'.format(data))
|
||||
#logger.debug('Data: {0}'.format(data))
|
||||
vals = data.decode('utf8').split('\t')
|
||||
if vals[0] == 'v1':
|
||||
self._name, self._reason, self._destroyAfter, self._templateId, self._state, self._task = vals[1:]
|
||||
|
Loading…
Reference in New Issue
Block a user