Remove logging from route toast

This commit is contained in:
Brandon Presley 2022-12-06 12:30:36 +13:00
parent 228fc212bf
commit f85074a41f
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ const App = () => {
const description = DeviceEventEmitter.addListener(
TOAST,
({value}: {value: string}) => {
console.log(`${Routes.name}.toast:`, {value})
setSnackbar(value)
},
)