1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-01-18 13:07:58 +00:00

Do not fill terminal with results...

This commit is contained in:
Romein van Buren 2023-01-25 15:59:21 +01:00
parent ae811bc0d5
commit e28bc40ef1
Signed by: romein
GPG Key ID: 0EFF8478ADDF6C49
2 changed files with 1 additions and 3 deletions

View File

@ -1 +1 @@
e25516ba8abdacf5ab40609a5d48f542
a550ffffe6fc5ae5d35c3046a2b1c8f8

View File

@ -139,7 +139,5 @@ func (a *App) FindItems(hostKey, dbKey, collKey string, formJson string) findRes
out.Results = append(out.Results, string(marshalled))
}
fmt.Println(out.Results)
return out
}