Author: olamy
Date: Mon Dec 14 23:09:43 2009
New Revision: 890543

URL: http://svn.apache.org/viewvc?rev=890543&view=rev
Log:
remove extra debug logging statement.

Modified:
    
maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java

Modified: 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java?rev=890543&r1=890542&r2=890543&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java
 (original)
+++ 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java
 Mon Dec 14 23:09:43 2009
@@ -562,7 +562,6 @@
 
             try
             {
-                getLog().info( "in mojo headerLocation " + headerLocation );
                 CheckstyleExecutorRequest request = new 
CheckstyleExecutorRequest();
                 request.setConsoleListener( getConsoleListener() 
).setConsoleOutput( consoleOutput )
                     .setExcludes( excludes ).setFailsOnError( failsOnError 
).setIncludes( includes )


Reply via email to