From cd23a29c9459d97807bbf97daa29f5c28a4a9e10 Mon Sep 17 00:00:00 2001 From: Sambhav Gupta Date: Fri, 26 Apr 2024 10:42:39 +0530 Subject: [PATCH] changes --- lib/i18n.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/i18n.js b/lib/i18n.js index 4869eacc859a..f2cd3c332cf7 100644 --- a/lib/i18n.js +++ b/lib/i18n.js @@ -166,7 +166,6 @@ var I18nProvider = (props) => { setHydration(true); } }, [options.allowHydration]); - console.log(props.children); return hydration ? props.children : ; };