From ec120cf896aee2c595d957745f9909a506c8036c Mon Sep 17 00:00:00 2001 From: NateN1222 Date: Thu, 10 Aug 2017 15:27:48 -0500 Subject: Started to implement the buttons in the pop-up and the "open in new tab" option --- contact_finder.js | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'contact_finder.js') 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(){ -- cgit v1.2.3