Skip to content

Commit 7f63a01

Browse files
committed
remove debug log
1 parent 8c9beba commit 7f63a01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Popup/SetPasswordPage.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ export default Vue.extend({
6868
}
6969
7070
if (this.passwordPolicy && !this.passwordPolicy.test(this.phrase)) {
71-
console.log(this.passwordPolicy);
7271
const hint =
7372
this.passwordPolicyHint || this.i18n.password_policy_default_hint;
7473
this.$store.commit("notification/alert", hint);

0 commit comments

Comments
 (0)