From 200dc14ae093ae3c6e90b0999c7da74cb28c7578 Mon Sep 17 00:00:00 2001 From: Sakura Knoll Date: Thu, 20 Jul 2023 04:53:18 +0900 Subject: [PATCH] Remove logging --- next.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/next.config.js b/next.config.js index 1933e43d..86678677 100644 --- a/next.config.js +++ b/next.config.js @@ -5,7 +5,6 @@ module.exports = { async redirects() { return [ ...legacyRedirects.map(([source, dest]) => { - console.log(source, dest) return { source: `/honkai3rd/battlesuits/${source}`, destination: `/honkai3rd/battlesuits/${dest}`,