Skip to content

Commit 12b79b8

Browse files
committed
chore: remove error alert
1 parent 2f5231a commit 12b79b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/context/BluetoothContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export const BluetoothContextProvider: React.FunctionComponent<
133133
}));
134134
}
135135
} catch (error) {
136-
Alert.alert('Error occurred');
136+
console.error('Error occurred');
137137
}
138138
})();
139139
}, REFETCH_INTERVAL);

0 commit comments

Comments
 (0)