Skip to content

Commit c64775a

Browse files
author
Jordan Walsh
committed
Revert "debugging"
This reverts commit 4377cf1.
1 parent 4377cf1 commit c64775a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python3/vimspector/debug_session.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1696,7 +1696,6 @@ def _GetShellCommand( self ):
16961696

16971697
def _GetDockerCommand( self, remote ):
16981698
docker = [ 'docker', 'exec', '-t' ]
1699-
self._logger.info(f"remote is: {remote}")
17001699
if 'workdir' in remote:
17011700
docker.extend(["-w", remote['workdir']])
17021701
docker.append( remote[ 'container' ] )

0 commit comments

Comments
 (0)