From 8e0a95fab866882bc6ad0391c7082d17bb9ffe08 Mon Sep 17 00:00:00 2001 From: Kouts Date: Sat, 8 May 2021 22:47:43 +0300 Subject: [PATCH] fix: removed unused method --- src/common/utils.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/common/utils.js b/src/common/utils.js index 6ef7622..9aa5804 100644 --- a/src/common/utils.js +++ b/src/common/utils.js @@ -37,7 +37,3 @@ export function getByPath(obj, path) { } return obj } - -export function testMethod3() { - console.log('testMethod3') -}