Skip to content

Commit e1482ea

Browse files
authored
fix: Removed forgotten print
1 parent 25761da commit e1482ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lua/rest-nvim/init.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ local Opts = {}
88
local LastOpts = {}
99

1010
rest.setup = function(user_configs)
11-
local test = config.set(user_configs or {})
12-
print(vim.inspect(test))
11+
config.set(user_configs or {})
1312
end
1413

1514
-- run will retrieve the required request information from the current buffer

0 commit comments

Comments
 (0)