You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by hw...@apache.org on 2010/08/04 05:10:19 UTC

svn commit: r982110 - /labs/mouse/guesser/binary.py

Author: hwright
Date: Wed Aug  4 03:10:19 2010
New Revision: 982110

URL: http://svn.apache.org/viewvc?rev=982110&view=rev
Log:
Remove errant print statement.

Modified:
    labs/mouse/guesser/binary.py

Modified: labs/mouse/guesser/binary.py
URL: http://svn.apache.org/viewvc/labs/mouse/guesser/binary.py?rev=982110&r1=982109&r2=982110&view=diff
==============================================================================
--- labs/mouse/guesser/binary.py (original)
+++ labs/mouse/guesser/binary.py Wed Aug  4 03:10:19 2010
@@ -53,7 +53,6 @@ def is_binary(item):
 
   # First, try the mime-type
   (type, encoding) = mimetypes.guess_type(item.name)
-  print '%s : %s ' % (item.name, type)
   if type and type.split('/')[0] in ('image', 'application'):
     return True
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org