Skip to content

Commit

Permalink
removed unused logger
Browse files Browse the repository at this point in the history
  • Loading branch information
kutzi committed Oct 3, 2011
1 parent 5a8c14e commit 32f36fe
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -41,7 +41,6 @@
import java.io.File;
import java.io.FilenameFilter;
import java.io.IOException;
import java.util.logging.Logger;


/**
Expand Down Expand Up @@ -213,6 +212,4 @@ public boolean accept(File dir, String name) {
}

public static int socketTimeOut = Integer.parseInt( System.getProperty( "hudson.maven.socketTimeOut", Integer.toString( 30*1000 ) ) );

private static final Logger LOGGER = Logger.getLogger(MavenProcessFactory.class.getName());
}

0 comments on commit 32f36fe

Please sign in to comment.