summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-05-22 15:11:10 +0200
committerAylur <[email protected]>2024-05-22 15:11:10 +0200
commitb4eeb977c9acde378daeaff2fa0ddd4e37bbeb39 (patch)
treee399f0822de519cd08295cbe1a081c6498cab24b
parent7b7482661110200c2eb433852dfc7cddb9d9739b (diff)
remove leftover log
-rw-r--r--src/cli.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli.vala b/src/cli.vala
index 119502d..8181468 100644
--- a/src/cli.vala
+++ b/src/cli.vala
@@ -59,7 +59,7 @@ int main(string[] argv) {
stdout.printf(generator.to_data(null));
} else {
foreach (var app in apps.query(search))
- stdout.printf("%s %f\n", app.entry, app.match(search));
+ stdout.printf("%s\n", app.entry);
}
return 0;