Преглед изворни кода

:construction: Achieved basic login upon verification from email

tags/0.0.4
tomit4 пре 2 година
родитељ
комит
41e24f7805
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0
    1
      frontend/src/entities/profile/profile.js

+ 0
- 1
frontend/src/entities/profile/profile.js Прегледај датотеку

@@ -28,7 +28,6 @@ class Profile extends _baseRecord {
28 28
      * @return {boolean} is it valid or not?
29 29
      */
30 30
     isValid() {
31
-        console.log('this :=>', this)
32 31
         const validate = profileSchema.validate(this)
33 32
 
34 33
         /**

Loading…
Откажи
Сачувај