From 30f41b3f30b724230360c8de1bb7d06e10cd3b38 Mon Sep 17 00:00:00 2001 From: sr8384856 Date: Fri, 19 Dec 2025 10:05:43 -0800 Subject: [PATCH] fix(mwpw-185283): remove test console.log from production build Remove debug console.log that was appearing on production sites. The test message was outside the development-only conditional block. --- react/src/js/app.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/react/src/js/app.jsx b/react/src/js/app.jsx index 1e76d3d3..10b6461b 100644 --- a/react/src/js/app.jsx +++ b/react/src/js/app.jsx @@ -23,8 +23,6 @@ if (process.env.NODE_ENV !== 'production' && typeof window !== 'undefined') { console.log('๐ŸŽ‰ Babel 7 Upgrade Verified! Modern JS features compiled:', babelVersion); } -console.log('๐Ÿงช TEST: Dist build verification 7 - if you see this, dist/ was built correctly!'); - const domRegistry = new DOMRegistry(React, render); domRegistry.register({ consonantPageRDC,