Update of /cvsroot/freevo/freevo/src/image/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv17188

Modified Files:
        apod.py 
Log Message:
remove a couple debug statements

Index: apod.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/image/plugins/apod.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** apod.py     1 Dec 2003 04:11:03 -0000       1.1
--- apod.py     1 Dec 2003 05:12:02 -0000       1.2
***************
*** 9,12 ****
--- 9,15 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.2  2003/12/01 05:12:02  mikeruelle
+ # remove a couple debug statements
+ #
  # Revision 1.1  2003/12/01 04:11:03  mikeruelle
  # grab the astronomy picture of the day
***************
*** 57,65 ****
  
      def actions(self):
-         print "in actions\n"
          return [ ( self.create_apod_menu , 'APOD Pictures' ) ]
  
      def create_apod_menu(self, arg=None, menuw=None):
-         print "in create menu\n"
          apodmenuitems = []
        apodmenuitems += [menu.MenuItem(_('Current Picture'), 
action=self.fetchCurrentPicture)]
--- 60,66 ----




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to