Author: duncan
Date: Thu Dec 14 22:45:53 2006
New Revision: 8725
Modified:
branches/rel-1/freevo/src/helpers/recordserver.py
Log:
Removed DJW debug messages, how did they get in :(
Modified: branches/rel-1/freevo/src/helpers/recordserver.py
==============================================================================
--- branches/rel-1/freevo/src/helpers/recordserver.py (original)
+++ branches/rel-1/freevo/src/helpers/recordserver.py Thu Dec 14 22:45:53 2006
@@ -439,10 +439,8 @@
# then end the loop, and figure out which has priority,
# remember to take into account the full length of the shows
# and how much they overlap, or chop one short
- print 'DJW: prog.stop:', prog.stop
print 'int(prog.stop + config.TV_RECORD_PADDING_POST)',
int(prog.stop + config.TV_RECORD_PADDING_POST)
duration = int((prog.stop + config.TV_RECORD_PADDING_POST) -
now - 10)
- print 'DJW: duration:', duration
if duration < 10:
return
@@ -454,11 +452,6 @@
# not. If so, the user manually added something, we
guess it
# has a higher priority.
- print 'DJW: prog:', prog
- print 'DJW: self.isProgAFavorite(prog)[0]',
self.isProgAFavorite(prog)[0]
- print 'DJW:
self.isProgAFavorite(currently_recording)[0]',
self.isProgAFavorite(currently_recording)[0]
- print 'DJW: prog.stop+config.TV_RECORD_PADDING_POST',
prog.stop+config.TV_RECORD_PADDING_POST
- print 'DJW: now:', now
if self.isProgAFavorite(prog)[0] and \
not self.isProgAFavorite(currently_recording)[0]
and \
@@ -480,7 +473,6 @@
overlap = (currently_recording.stop + \
config.TV_RECORD_PADDING_POST) - \
(prog.start -
config.TV_RECORD_PADDING_PRE)
- print 'DJW: overlap:', overlap
if overlap <= ((config.TV_RECORD_PADDING_PRE +
config.TV_RECORD_PADDING_POST)/4):
sr.removeProgram(currently_recording,
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog