Author: titmuss
Date: Tue Jan 22 06:59:17 2008
New Revision: 1552

URL: http://svn.slimdevices.com?rev=1552&root=Jive&view=rev
Log:
Bug: 6627
Description:
Removed debug.


Modified:
    branches/7.0/jive/src/pkg/jive/share/jive/slim/Player.lua

Modified: branches/7.0/jive/src/pkg/jive/share/jive/slim/Player.lua
URL: 
http://svn.slimdevices.com/branches/7.0/jive/src/pkg/jive/share/jive/slim/Player.lua?rev=1552&root=Jive&r1=1551&r2=1552&view=diff
==============================================================================
--- branches/7.0/jive/src/pkg/jive/share/jive/slim/Player.lua (original)
+++ branches/7.0/jive/src/pkg/jive/share/jive/slim/Player.lua Tue Jan 22 
06:59:17 2008
@@ -295,8 +295,6 @@
                -- multiply by rate to allow for trick modes
                self.trackCorrection = tonumber(self.state.rate) * (now - 
self.trackSeen)
        end
-
-log:warn("C=", self.trackCorrection, " T=", self.trackTime, " D=", 
self.trackDuration, " E=", self.trackTime + self.trackCorrection)
 
        if self.trackCorrection <= 0 then
                return self.trackTime, self.trackDuration

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

Reply via email to