We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c4998 commit fae923dCopy full SHA for fae923d
lua/github_nvim/pickers/github_repos.lua
@@ -24,12 +24,10 @@ function get_github_repos_cached(skip_load_from_cache)
24
if not skip_load_from_cache then
25
local cached_result = cache.load(cache_ns, cache_key)
26
if cached_result then
27
- print("cache hit")
28
return cached_result
29
end
30
31
local items = util.get_github_repos()
32
- print("cache save")
33
cache.save(cache_ns, cache_key, items)
34
return items
35
0 commit comments