mirror of
https://github.com/zoriya/astal.git
synced 2026-06-02 18:20:48 +00:00
remove leftover log
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ int main(string[] argv) {
|
|||||||
stdout.printf(generator.to_data(null));
|
stdout.printf(generator.to_data(null));
|
||||||
} else {
|
} else {
|
||||||
foreach (var app in apps.query(search))
|
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;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user