Author: titmuss
Date: Sun Jan 27 13:23:36 2008
New Revision: 1652

URL: http://svn.slimdevices.com?rev=1652&root=Jive&view=rev
Log:
 [EMAIL PROTECTED] (orig r1647):  titmuss | 2008-01-27 20:09:31 +0000
 Bug: 6761
 Description:
 Remove unwanted debug.
 
 

Modified:
    trunk/   (props changed)
    
trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/SetupFirmwareUpgradeMeta.lua

Propchange: trunk/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Sun Jan 27 13:23:36 2008
@@ -1,3 +1,3 @@
-bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:1646
+bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:1647
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/SN:1083
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/scrolling:1378

Modified: 
trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/SetupFirmwareUpgradeMeta.lua
URL: 
http://svn.slimdevices.com/trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/SetupFirmwareUpgradeMeta.lua?rev=1652&root=Jive&r1=1651&r2=1652&view=diff
==============================================================================
--- 
trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/SetupFirmwareUpgradeMeta.lua
 (original)
+++ 
trunk/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/SetupFirmwareUpgradeMeta.lua
 Sun Jan 27 13:23:36 2008
@@ -53,7 +53,6 @@
                                applet:forceUpgrade(upgradeUrl[1])
 
                                if meta.player then
-                                       log:warn("Unsubscribing from 
/slim/firmwarestatus/", self.player.id)
                                        
meta.player.slimServer.comet:unsubscribe('/slim/firmwarestatus/' .. 
meta.player.id)
                                end
                        end
@@ -63,19 +62,14 @@
        local monitor = {
                notify_playerCurrent =
                        function(self, player)
-                               log:warn("PLAYER CURRENT!!")
-
                                if not player then
                                        -- should never happen
                                        error("No player")
                                end
 
                                if meta.player and meta.player ~= player then
-                                       log:warn("Unsubscribing from 
/slim/firmwarestatus/", meta.player)
                                        
meta.player.slimServer.comet:unsubscribe('/slim/firmwarestatus/' .. 
meta.player.id)
                                end
-
-                               log:warn("SUB ", player)
 
                                meta.player = player
 

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins

Reply via email to