From 1fb56fc470f94e8efa3231dac0f8bcfb68736c93 Mon Sep 17 00:00:00 2001 From: Henning Hall Date: Mon, 16 Oct 2023 16:16:08 +0200 Subject: [PATCH] cleanup --- src/modules.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules.js b/src/modules.js index 613f848e..c9bbf62d 100644 --- a/src/modules.js +++ b/src/modules.js @@ -18,7 +18,6 @@ export const getNativeComponent = () => { ) } } catch (e) { - console.error(e) if (global.ignoreDatePickerWarning) return null throw Error(getInstallationErrorMessage()) }