summaryrefslogtreecommitdiff
path: root/src/sagas/profile.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/sagas/profile.js')
-rw-r--r--src/sagas/profile.js2
1 files changed, 1 insertions, 1 deletions
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);
}
}