master3.3
parent 095e8f908c
commit a0dbb48224

@ -1240,8 +1240,6 @@ class Client(commandServer, encrypt):
remoteServer) remoteServer)
if isMount(dictRes["profile"]["path"]): if isMount(dictRes["profile"]["path"]):
self.sync = False self.sync = False
#import ipdb
#ipdb.set_trace()
useRemoteProfile = remoteServer and replOn useRemoteProfile = remoteServer and replOn
profileServer = self.domain profileServer = self.domain
# if profile on remote server # if profile on remote server
@ -1580,8 +1578,6 @@ class Client(commandServer, encrypt):
""" """
Umount user resouces and synchronizatoin user profile Umount user resouces and synchronizatoin user profile
""" """
#import ipdb
#ipdb.set_trace()
self.initVars(dv) self.initVars(dv)
try: try:
self.uid = int(self.clVars.Get('ur_uid')) self.uid = int(self.clVars.Get('ur_uid'))

Loading…
Cancel
Save