Skip to content

Commit 1f26bc9

Browse files
committed
refactor: remove debug log statement and update package.json to set private to true
1 parent 5661e08 commit 1f26bc9

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

android/src/main/java/com/blazejkustra/reactnativealert/ReactNativeAlertModule.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ class ReactNativeAlertModule(
5959
ContextThemeWrapper(activity, androidx.appcompat.R.style.Theme_AppCompat_Dialog_Alert)
6060
}
6161

62-
Log.d("ReactNativeAlertModule", "themed: $themed")
63-
6462
val type = config.getStringOrNull("type") ?: "default"
6563
val (contentView, usernameInput, mainInput) = buildInputs(themed, type, config)
6664

example/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@blazejkustra/react-native-alert-example",
33
"version": "0.0.1",
4-
"private": false,
54
"scripts": {
65
"android": "react-native run-android",
76
"ios": "react-native run-ios",

0 commit comments

Comments
 (0)