Skip to content

Commit

Permalink
Remove logging from config
Browse files Browse the repository at this point in the history
  • Loading branch information
erichlf committed Jun 7, 2024
1 parent c554b04 commit 59bb70d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lua/devcontainer-cli/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
-- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-- SOFTWARE.
local log = require("devcontainer-cli.log")

local ConfigModule = {}
local file_path = debug.getinfo(1).source:sub(2)
local default_config = {
Expand Down Expand Up @@ -59,10 +57,8 @@ local default_config = {
local options

function ConfigModule.setup(opts)
log.debug("Configuring devcontainer-cli")
opts = vim.tbl_deep_extend("force", default_config, opts or {})
options = opts
log.debug("Configuring devcontainer-cli complete")
end

return setmetatable(ConfigModule,
Expand Down

0 comments on commit 59bb70d

Please sign in to comment.