Skip to content

Commit

Permalink
feat: remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
zeevo committed May 15, 2020
1 parent d7e2eec commit 89a1ed5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/containers/App/sagas.js
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 89a1ed5

Please sign in to comment.