Remove accidental logging
This commit is contained in:
parent
6f120ad122
commit
8c6576baa5
@ -59,7 +59,6 @@ function contact_format(item) {
|
|||||||
return "<div class='{0}' title='{4}'><img src='{1}'>{2}{3}</div>".format(item.taggable, item.photo, item.name, desc, item.link)
|
return "<div class='{0}' title='{4}'><img src='{1}'>{2}{3}</div>".format(item.taggable, item.photo, item.name, desc, item.link)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
console.log("item"+item);
|
|
||||||
return "<div>"+item.text+"</div>"
|
return "<div>"+item.text+"</div>"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user