From 1f38e75775f083470536148cf5f47111072dfaec Mon Sep 17 00:00:00 2001
From: Kubat <mael.martin31@gmail.com>
Date: Mon, 5 Oct 2020 15:06:36 +0200
Subject: [PATCH] LIB: Clean not used files in lib

---
 common/lektor.js | 0
 common/lkt.js    | 4 ----
 2 files changed, 4 deletions(-)
 delete mode 100644 common/lektor.js

diff --git a/common/lektor.js b/common/lektor.js
deleted file mode 100644
index e69de29..0000000
diff --git a/common/lkt.js b/common/lkt.js
index f7cedef..002858a 100644
--- a/common/lkt.js
+++ b/common/lkt.js
@@ -1,10 +1,6 @@
 const logger = require.main.require('./common/logger.js');
 const net    = require('net');
 
-/* The sleep function */
-const { promisify } = require('util')
-const sleep         = promisify(setTimeout)
-
 class LktClient {
 
     /***************************************
-- 
GitLab