Skip to content

Commit

Permalink
remove debug leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
pwntester committed Jan 15, 2024
1 parent 5f1fbf9 commit e132d5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/octo/gh/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ function M.setup()
job:sync()
local stdout = table.concat(job:result(), "\n")
local all_scopes = string.match(stdout, " Token scopes: (.*)")
print(vim.inspect(all_scopes))
local split = vim.split(all_scopes, ", ")

for idx, split_scope in ipairs(split) do
Expand Down

0 comments on commit e132d5d

Please sign in to comment.