권은령

fix another typo

Showing 1 changed file with 1 additions and 3 deletions
...@@ -241,6 +241,4 @@ function handleEvent(event) ...@@ -241,6 +241,4 @@ function handleEvent(event)
241 241
242 app.get('/',(req,res)=>{ 242 app.get('/',(req,res)=>{
243 res.send("hello"); 243 res.send("hello");
244 -})
245 -
246 -console.log(songList[0].url);
...\ No newline at end of file ...\ No newline at end of file
244 +})
...\ No newline at end of file ...\ No newline at end of file
......