port group websites

This commit is contained in:
Matteo Pagliazzi
2013-10-28 21:58:38 +01:00
parent f5777dc0d0
commit 5744146ff6
4 changed files with 18 additions and 6 deletions
-1
View File
@@ -76,7 +76,6 @@ function removeDuplicates(doc){
if (uniqWebsites.length != doc.websites.length) {
doc.websites = uniqWebsites;
}
console.log(doc.websites);
}
}