Author: bklaas
Date: Wed Dec 10 14:07:37 2008
New Revision: 3487

URL: http://svn.slimdevices.com?rev=3487&root=Jive&view=rev
Log:
Bug: n/a
Description: remove unneeded log:warn() messages 

Modified:
    
7.4/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua

Modified: 
7.4/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua
URL: 
http://svn.slimdevices.com/7.4/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua?rev=3487&root=Jive&r1=3486&r2=3487&view=diff
==============================================================================
--- 
7.4/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua
 (original)
+++ 
7.4/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua
 Wed Dec 10 14:07:37 2008
@@ -156,14 +156,12 @@
        -- jsonActions can be uniquely identified by the cmd and params 
components
        if jsonAction.cmd then
                for i, v in ipairs(jsonAction.cmd) do
-                       log:warn('cmd ', i, ': ', v)
                        command[#command + 1] = ' ' .. v
                end
        end
        if jsonAction.params then
                local sortedParams = table.sort(jsonAction.params)
                for k in table.pairsByKeys (jsonAction.params) do
-                       log:warn('key: ', k, ' val: ', jsonAction.params[k])
                        command[#command + 1] = ' ' .. k .. ":" .. 
jsonAction.params[k]
                end
        end

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

Reply via email to