From a1d95b3685cffb6a9344d0d1e5505dd391193f16 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Fri, 15 Sep 2017 12:53:26 +0200 Subject: Implement experiment list and add --- src/sagas/profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sagas/profile.js') diff --git a/src/sagas/profile.js b/src/sagas/profile.js index 6a72e7c2..5eacbc73 100644 --- a/src/sagas/profile.js +++ b/src/sagas/profile.js @@ -7,6 +7,6 @@ export function* onDeleteCurrentUser(action) { yield call(deleteUser, action.userId); yield put(deleteCurrentUserSucceeded()); } catch (error) { - console.log(error); + console.error(error); } } -- cgit v1.2.3