From e411481cd7527f73477fb4db714eedf8b3639262 Mon Sep 17 00:00:00 2001 From: Adam Weeden Date: Fri, 17 Dec 2021 18:14:13 -0500 Subject: [PATCH] [E4E-0]: Remove console.log --- .nesteslintrc.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/.nesteslintrc.js b/.nesteslintrc.js index 5a9e32d..40f9444 100644 --- a/.nesteslintrc.js +++ b/.nesteslintrc.js @@ -52,8 +52,6 @@ const serviceConfig = { }, }; -console.log([...defaultConfig.overrides, controllerConfig, entityConfig, moduleConfig, nestConfig, serviceConfig]); - module.exports = { ...defaultConfig, overrides: [...defaultConfig.overrides, controllerConfig, entityConfig, moduleConfig, serviceConfig],