From 13a2b271b01c05111a1cff7aedd5afd8992eb936 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Mon, 20 Apr 2020 17:25:33 -0500 Subject: [PATCH] remove debug code This was just there for debugging and forgot to remove it before pushing. --- src/actions/ble.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/actions/ble.ts b/src/actions/ble.ts index d27677bf..9e791308 100644 --- a/src/actions/ble.ts +++ b/src/actions/ble.ts @@ -69,7 +69,6 @@ function endDisconnect(): BLEConnectAction { export function connect(): BLEThunkAction { return async function (dispatch): Promise { - dispatch(notification.add('error', 'A device is already connected.')); if (device !== undefined) { dispatch(notification.add('error', 'A device is already connected.')); return;