Skip to content

Commit fae923d

Browse files
author
zhangfuwen
committed
remote redundant prints
1 parent f6c4998 commit fae923d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lua/github_nvim/pickers/github_repos.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@ function get_github_repos_cached(skip_load_from_cache)
2424
if not skip_load_from_cache then
2525
local cached_result = cache.load(cache_ns, cache_key)
2626
if cached_result then
27-
print("cache hit")
2827
return cached_result
2928
end
3029
end
3130
local items = util.get_github_repos()
32-
print("cache save")
3331
cache.save(cache_ns, cache_key, items)
3432
return items
3533
end

0 commit comments

Comments
 (0)