removed some logs

This commit is contained in:
Kasper Rynning-Tønnesen
2015-04-30 22:14:06 +02:00
parent 97faaa922b
commit 70447c5263
3 changed files with 7 additions and 8 deletions

View File

@@ -29,7 +29,7 @@ socket.on("skipping", function(obj)
function populate_list(msg, conf_only)
{
//console.log(msg);
console.log(conf_only);
//console.log(conf_only);
if(!conf_only)
$("#wrapper").empty();
@@ -126,9 +126,9 @@ function skip(){
function importOldList(chan){
playlist_url = "lists/"+chan+".json";
list = $.ajax({
type: "GET",
list = $.ajax({
type: "GET",
url: playlist_url,
async: false
}).responseText;