Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1fad089

Browse files
committed
tests: another minor fix
1 parent 48017e6 commit 1fad089

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/helpers/ptrack_helpers.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,8 +1020,6 @@ def __init__(self, cmd, verbose, attach=False):
10201020
if self.verbose:
10211021
print([' '.join(map(str, self.cmd))])
10221022

1023-
print(self.cmd)
1024-
10251023
self.proc = subprocess.Popen(
10261024
self.cmd,
10271025
stdin=subprocess.PIPE,
@@ -1048,7 +1046,6 @@ def __init__(self, cmd, verbose, attach=False):
10481046
def set_breakpoint(self, location):
10491047
result = self._execute('break ' + location)
10501048
for line in result:
1051-
print(line)
10521049
if line.startswith('~"Breakpoint'):
10531050
return
10541051

0 commit comments

Comments
 (0)