summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeah Leshchinsky <lleshchi@redhat.com>2022-10-25 16:23:12 -0400
committerJohn Kacur <jkacur@redhat.com>2022-10-26 08:52:30 -0400
commit3ce861a32203d7d7692c6760e4c7aade3fb33a53 (patch)
tree332a4fd4b421506ae0f6bf194c951c5eac20c7fd
parent3f1fbb092f5ef07d04fef7ddec9e538f36d84450 (diff)
downloadtuna-3ce861a32203d7d7692c6760e4c7aade3fb33a53.tar.gz
tuna: Remove threads print statement
Remove unnecessary print statement from threadstring_to_list function Signed-off-by: Leah Leshchinsky <lleshchi@redhat.com> Signed-off-by: John Kacur <jkacur@redhat.com>
-rwxr-xr-xtuna-cmd.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tuna-cmd.py b/tuna-cmd.py
index 80e2752..c5bc650 100755
--- a/tuna-cmd.py
+++ b/tuna-cmd.py
@@ -533,7 +533,6 @@ def threadstring_to_list(threadstr):
global ps
thread_list = []
thread_strings = list(set(threadstr.split(',')))
- print(thread_strings)
for s in thread_strings:
if s.isdigit():
thread_list.append(int(s))