Skip to content

Commit

Permalink
Merge pull request #24 from xlboy/main
Browse files Browse the repository at this point in the history
fix: delete redundant print
  • Loading branch information
LintaoAmons authored Dec 12, 2023
2 parents 12e6fb7 + 37a6c9d commit 852932f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/scratch/scratch_file.lua
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ local function open_scratch_vim_ui()
end

function M.openScratch()
print(config.get_use_telescope())
if config.get_use_telescope() then
open_scratch_telescope()
else
Expand Down

0 comments on commit 852932f

Please sign in to comment.