Просмотр исходного кода

:construction: Achieved basic login upon verification from email

brian_dev_survey_complete
tomit4 2 лет назад
Родитель
Сommit
43368f79ad
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
         /**

Загрузка…
Отмена
Сохранить