fix(cache): remove unused logger import
Problem: the logger import became unused after replacing the error log with a silent cache wipe. Solution: drop the require.
This commit is contained in:
parent
12d161c1ce
commit
79237aef8a
1 changed files with 0 additions and 1 deletions
|
|
@ -40,7 +40,6 @@ local M = {}
|
||||||
|
|
||||||
local CACHE_VERSION = 1
|
local CACHE_VERSION = 1
|
||||||
|
|
||||||
local logger = require('cp.log')
|
|
||||||
local cache_file = vim.fn.stdpath('data') .. '/cp-nvim.json'
|
local cache_file = vim.fn.stdpath('data') .. '/cp-nvim.json'
|
||||||
local cache_data = {}
|
local cache_data = {}
|
||||||
local loaded = false
|
local loaded = false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue