Skip to content

Commit fe51c64

Browse files
committed
.
1 parent a5af7bc commit fe51c64

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

package/cloudshell/cp/vcenter/common/vcenter/vmomi_service.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from cloudshell.cp.vcenter.common.utilites.common_utils import str2bool
99
from cloudshell.cp.vcenter.common.vcenter.task_waiter import SynchronousTaskWaiter
1010
from cloudshell.cp.vcenter.exceptions.task_waiter import TaskFaultException
11-
from debug_utils import debugger
1211

1312

1413
class VCenterAuthError(Exception):
@@ -420,7 +419,6 @@ def clone_vm(self, clone_params, logger, cancellation_context):
420419
:param clone_params: CloneVmParameters =
421420
:param logger:
422421
"""
423-
debugger.attach_debugger()
424422

425423
result = self.CloneVmResult()
426424

0 commit comments

Comments
 (0)