From 89a1ed50cc6fd8c76135a9dab9cd9274fd83be4f Mon Sep 17 00:00:00 2001 From: zeevosec Date: Fri, 15 May 2020 09:57:47 -0400 Subject: [PATCH] feat: remove debugging code --- src/containers/App/sagas.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/containers/App/sagas.js b/src/containers/App/sagas.js index fee8091..0209ab3 100644 --- a/src/containers/App/sagas.js +++ b/src/containers/App/sagas.js @@ -21,7 +21,6 @@ export function* loadConfig() { export function* loadSmartInfo() { try { const client = yield call(FhirClient.connect); - console.log(client); yield put(addSmartInformationAction(client)); } catch (e) { yield put(addSmartInformationErrorAction(e));