[Epydoc-commits] SF.net SVN: epydoc: [1480] trunk/epydoc/src/epydoc/cli.py
Brought to you by:
edloper
From: <ed...@us...> - 2007-02-13 22:04:58
|
Revision: 1480 http://svn.sourceforge.net/epydoc/?rev=1480&view=rev Author: edloper Date: 2007-02-13 14:04:45 -0800 (Tue, 13 Feb 2007) Log Message: ----------- - Removed debug printfs Modified Paths: -------------- trunk/epydoc/src/epydoc/cli.py Modified: trunk/epydoc/src/epydoc/cli.py =================================================================== --- trunk/epydoc/src/epydoc/cli.py 2007-02-13 22:01:15 UTC (rev 1479) +++ trunk/epydoc/src/epydoc/cli.py 2007-02-13 22:04:45 UTC (rev 1480) @@ -563,8 +563,6 @@ exclude_parse = '|'.join(options.exclude_parse+options.exclude) exclude_introspect = '|'.join(options.exclude_introspect+ options.exclude) - log.warning('exclude parse', `exclude_parse`) - log.warning('exclude introspect', `exclude_introspect`) docindex = build_doc_index(names, options.introspect, options.parse, add_submodules=(options.action!='text'), exclude_introspect=exclude_introspect, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |