fix: remove logs

This commit is contained in:
Ahmad Abdolsaheb
2019-03-28 11:48:38 +03:00
committed by Mrugesh Mohapatra
parent bc099d4971
commit c359662f85
3 changed files with 0 additions and 3 deletions

View File

@@ -27,7 +27,6 @@ function* updateLegacyCertSaga({
const { data: response } = yield call(putUpdateLegacyCert, body);
yield put(submitComplete({ challArray: reduxShape }));
yield put(createFlashMessage(response));
console.log(response);
} catch (e) {
yield put(updateLegacyCertError(e));
yield put(createFlashMessage(reallyWeirdErrorMessage));