Skip to content

Commit

Permalink
refactor(log): remove unnecessary requires
Browse files Browse the repository at this point in the history
  • Loading branch information
jghauser committed Jun 5, 2024
1 parent b0b8fca commit 446d937
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lua/papis/log.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
-- This library is free software; you can redistribute it and/or modify it
-- under the terms of the MIT license. See LICENSE for details.

local log_config = require("papis.config")["log"]
local Path = require("pathlib")

--- @alias LogLevel
--- | "trace"
--- | "debug"
Expand Down

0 comments on commit 446d937

Please sign in to comment.