Skip to content

Commit 74f9079

Browse files
committed
Remove inspect
1 parent 5f1f1ec commit 74f9079

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/macrothis/utils.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ end
100100

101101
utils.create_edit_window = function(opts, description)
102102
local data = utils.read_data(opts)
103-
print(vim.inspect(description))
104103

105104
local entrylabel = description
106105
local entrycontent = base64.dec(data[entrylabel]["value"])

0 commit comments

Comments
 (0)