Skip to content

Commit

Permalink
fix: Removed forgotten print
Browse files Browse the repository at this point in the history
  • Loading branch information
Muslik committed Dec 29, 2022
1 parent 25761da commit e1482ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lua/rest-nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ local Opts = {}
local LastOpts = {}

rest.setup = function(user_configs)
local test = config.set(user_configs or {})
print(vim.inspect(test))
config.set(user_configs or {})
end

-- run will retrieve the required request information from the current buffer
Expand Down

0 comments on commit e1482ea

Please sign in to comment.