Author: titmuss
Date: Sun Jan 27 12:09:31 2008
New Revision: 1647

URL: http://svn.slimdevices.com?rev=1647&root=Jive&view=rev
Log:
Bug: 6761
Description:
Remove unwanted debug.


Modified:
    
branches/7.0/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/SetupFirmwareUpgradeMeta.lua

Modified: 
branches/7.0/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/SetupFirmwareUpgradeMeta.lua
URL: 
http://svn.slimdevices.com/branches/7.0/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/SetupFirmwareUpgradeMeta.lua?rev=1647&root=Jive&r1=1646&r2=1647&view=diff
==============================================================================
--- 
branches/7.0/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/SetupFirmwareUpgradeMeta.lua
 (original)
+++ 
branches/7.0/jive/src/pkg/jive_squeezeboxjive/share/applets/SetupFirmwareUpgrade/SetupFirmwareUpgradeMeta.lua
 Sun Jan 27 12:09:31 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