aboutsummaryrefslogtreecommitdiff
path: root/contact_finder.js
diff options
context:
space:
mode:
authorNateN1222 <nathannichols454@gmail.com>2017-08-10 15:27:48 -0500
committerNateN1222 <nathannichols454@gmail.com>2017-08-10 15:27:48 -0500
commitec120cf896aee2c595d957745f9909a506c8036c (patch)
treec34bf42d9dfb232fdd95a11b207cfa8fd9d1d5a5 /contact_finder.js
parent1d3226b53975374b266431203cdb3a355480eb60 (diff)
Started to implement the buttons in the pop-up and the "open in new tab" option
Diffstat (limited to 'contact_finder.js')
-rw-r--r--contact_finder.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/contact_finder.js b/contact_finder.js
index 69b9254..a46ccab 100644
--- a/contact_finder.js
+++ b/contact_finder.js
@@ -215,18 +215,6 @@ function find_contacts(){
}
console.log("final result:");
console.log(res);
- /*
- console.log("********************************************************");
- console.log("%c RESULTS: ","color: #dd0000;");
- console.log("%c " + phone_num.length + "%c phone numbers","color: red;","color: purple;");
- console.log("%c " + twitlinks.length + "%c twitter links","color: red;","color: purple;");
- console.log("%c " + identi.length + "%c identi.ca links","color: red;","color: purple;");
- console.log("%c " + contact_pages.length + "%c possible contact pages","color: red;","color: purple;");
- console.log("********************************************************");
- */
-
-
-
}
// need to have this so the handler doesn't take too long
function handler(){