Skip to content

Commit

Permalink
Remove extra console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-mccann committed Apr 5, 2021
1 parent be8e6c5 commit d54738c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion front/src/actions/profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ function createActions(store) {
});
route('/dashboard/settings/user');
} catch (e) {
console.log(e);
const status = get(e, 'response.status');
if (status === 409) {
store.setState({
Expand Down

0 comments on commit d54738c

Please sign in to comment.