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