remove leftover log

This commit is contained in:
Aylur
2024-05-22 15:11:10 +02:00
parent 7b74826611
commit b4eeb977c9
+1 -1
View File
@@ -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;