From 5625aefc9bc73f2e6732d15708228d4f0d72e479 Mon Sep 17 00:00:00 2001 From: Christophe Hurpeau <302891+christophehurpeau@users.noreply.github.com> Date: Thu, 15 Aug 2024 17:18:31 +0200 Subject: [PATCH] chore: remove checkfile --- lib/checkfile.js | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 lib/checkfile.js diff --git a/lib/checkfile.js b/lib/checkfile.js deleted file mode 100644 index 943a14d..0000000 --- a/lib/checkfile.js +++ /dev/null @@ -1,3 +0,0 @@ -export function notUsed() { - console.log("not used"); -}