Remove jukebox debug

This commit is contained in:
Markolie
2015-01-31 15:38:16 +01:00
parent 01f9463bc2
commit 4e15c5c1bc
+2 -2
View File
@@ -214,7 +214,7 @@ var/global/loopModeNames=list(
/obj/machinery/media/jukebox/process()
if(!playlist)
var/url="[config.media_base_url]/index.php?playlist=[playlist_id]"
testing("[src] - Updating playlist from [url]...")
//testing("[src] - Updating playlist from [url]...")
var/response = world.Export(url)
playlist=list()
if(response)
@@ -240,7 +240,7 @@ var/global/loopModeNames=list(
playing=1
autoplay=0
else
testing("[src] failed to update playlist: Response null.")
//testing("[src] failed to update playlist: Response null.")
stat &= BROKEN
update_icon()
return