aboutsummaryrefslogtreecommitdiff
path: root/mu4web/mu.py
diff options
context:
space:
mode:
Diffstat (limited to 'mu4web/mu.py')
-rw-r--r--mu4web/mu.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mu4web/mu.py b/mu4web/mu.py
index 09861af..bcce0ed 100644
--- a/mu4web/mu.py
+++ b/mu4web/mu.py
@@ -112,7 +112,6 @@ def search(query: str,
cmdline.extend(['--sortfield', sortfield])
if reverse:
cmdline.append('--reverse')
- print(cmdline)
cmd = subprocess.run(cmdline, capture_output=True)
if cmd.returncode == 1:
raise MuError(cmd.returncode)