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 {