From 8e835f86eebfb21dab08d568e6c0e3c8d8f3f506 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Thu, 22 Feb 2024 19:23:50 +0800 Subject: [PATCH] starter --- themes/theme.js | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/theme.js b/themes/theme.js index cd70675e..a516ab66 100644 --- a/themes/theme.js +++ b/themes/theme.js @@ -49,7 +49,6 @@ export const getLayoutByTheme = ({ router, theme }) => { * @returns */ const getLayoutNameByPath = (path) => { - console.log('path', path, LAYOUT_MAPPINGS[path]) if (LAYOUT_MAPPINGS[path]) { return LAYOUT_MAPPINGS[path]; } else {