Skip to content

Commit 89f462d

Browse files
committed
remove console
1 parent 72cfafc commit 89f462d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/user/changePassword.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ export default {
6060
callback();
6161
})
6262
.catch(err => {
63-
console.log(err.request.status);
6463
callback(new Error('Old Password Wrong'));
6564
});
6665
};
@@ -99,7 +98,6 @@ export default {
9998
this.$SegmentMessage.success(this, 'Changed successfully');
10099
})
101100
.catch(err => {
102-
console.table(err);
103101
if (err.request.status === 401) {
104102
this.$SegmentMessage.error(this, 'Please login first');
105103
this.$store.state.user.showlogin = true;

0 commit comments

Comments
 (0)