Skip to content

Commit 3052aca

Browse files
authored
Merge pull request #61 from epics-containers/dev
remove prints!
2 parents 8c764fe + 1fb82cf commit 3052aca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/epics_containers_cli/ioc/local_commands.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,8 @@ def ps(self, all: bool, wide: bool):
168168
f'--format "{format}"',
169169
interactive=False,
170170
)
171-
print(result)
172171
# this regex extracts just the version from the set of all labels
173172
result = re.sub(r"%.*?[,%]version=([^,%]*).*?%", r"%\1%", str(result))
174-
print(result)
175173

176174
lines = ["IOC NAME%VERSION%STATUS%IMAGE"]
177175
lines += str(result).splitlines()

0 commit comments

Comments
 (0)