Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -109,7 +109,6 @@ async function handleEvent(event) { | ... | @@ -109,7 +109,6 @@ async function handleEvent(event) { |
109 | text+=jsonResponse.substring(0,jsonResponse.indexOf("}")-1)+" "; | 109 | text+=jsonResponse.substring(0,jsonResponse.indexOf("}")-1)+" "; |
110 | 110 | ||
111 | } | 111 | } |
112 | - console.log("text:"+text); | ||
113 | 112 | ||
114 | var url="https://www.genie.co.kr/search/searchLyrics?query="+ encodeURI(text); | 113 | var url="https://www.genie.co.kr/search/searchLyrics?query="+ encodeURI(text); |
115 | request(url, function(error, response, html){ | 114 | request(url, function(error, response, html){ | ... | ... |
-
Please register or login to post a comment