Skip to content

Commit

Permalink
oth: remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-souza committed Sep 30, 2024
1 parent 1da1fe9 commit 80eb6dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/shared/tests.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ local M = {}

-- setup resolution path
package.path = package.path .. ";./lua/?.lua"
vim.print({ package = package, path = package.path })

local log = require("shared.logger").create_logger({ log_level = "debug" })

Expand Down

0 comments on commit 80eb6dd

Please sign in to comment.