diff --git a/src/BurntModule.android.ts b/src/BurntModule.android.ts index 656aa30..4f982eb 100644 --- a/src/BurntModule.android.ts +++ b/src/BurntModule.android.ts @@ -3,9 +3,6 @@ import { ToastAndroid } from "react-native"; export default { alertAsync({ message, title, preset, duration }: AlertOptions) { - console.warn( - "[burnt] Burnt.alert() is not implemented on this Android. Falling back to toast()." - ); this.toastAsync({ message, title,