Author: duncan
Date: Sun Oct  7 13:10:47 2007
New Revision: 9935

Log:
Changed a print to a debug statement


Modified:
   branches/rel-1/freevo/src/image/imageitem.py

Modified: branches/rel-1/freevo/src/image/imageitem.py
==============================================================================
--- branches/rel-1/freevo/src/image/imageitem.py        (original)
+++ branches/rel-1/freevo/src/image/imageitem.py        Sun Oct  7 13:10:47 2007
@@ -65,7 +65,7 @@
         """
         returns the specific attribute as string or an empty string
         """
-        _debug_("__getitem__(self=%s, key=%s)" % (self.filename, key), 2)
+        #_debug_("__getitem__(self=%s, key=%s)" % (self.filename, key), 2)
         if key == "geometry":
             if self['width'] and self['height']:
                 return '%sx%s' % (self['width'], self['height'])
@@ -80,7 +80,7 @@
             except:
                 pass
 
-        print "__getitem__(self=%s, key=%s, res=%r)" % (self.filename, key, 
Item.__getitem__(self, key))
+        _debug_("__getitem__(self=%s, key=%s, res=%r)" % (self.filename, key, 
Item.__getitem__(self, key)), 2)
         return Item.__getitem__(self, key)
 
 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to