mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-24 17:11:43 +00:00
removed console.log
This commit is contained in:
parent
04e15c9dd9
commit
0bf5d51bce
1 changed files with 0 additions and 1 deletions
|
|
@ -127,7 +127,6 @@ export default {
|
||||||
if (about_me._id) delete about_me._id;
|
if (about_me._id) delete about_me._id;
|
||||||
const arr = [];
|
const arr = [];
|
||||||
for (let index in about_me) {
|
for (let index in about_me) {
|
||||||
console.log(index)
|
|
||||||
const item = {key: this.capitalize(index.replace('_', " ")), name: about_me[index]};
|
const item = {key: this.capitalize(index.replace('_', " ")), name: about_me[index]};
|
||||||
if (item.name && item.name.length && item.name !== "Rather not say"){
|
if (item.name && item.name.length && item.name !== "Rather not say"){
|
||||||
if (surveyItems.constants[index]){
|
if (surveyItems.constants[index]){
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue