removed console.log

This commit is contained in:
supertiger1234 2019-08-06 10:04:27 +01:00
parent 04e15c9dd9
commit 0bf5d51bce

View file

@ -127,7 +127,6 @@ export default {
if (about_me._id) delete about_me._id;
const arr = [];
for (let index in about_me) {
console.log(index)
const item = {key: this.capitalize(index.replace('_', " ")), name: about_me[index]};
if (item.name && item.name.length && item.name !== "Rather not say"){
if (surveyItems.constants[index]){