Skip to content

Commit be944df

Browse files
author
olamy
committed
remove too noisy log.
1 parent 33e70c2 commit be944df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/codehaus/plexus/archiver/util/ArchiveEntryUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ public static void chmod( File file, int mode, Logger logger, boolean useJvmChmo
5858

5959
if ( useJvmChmod && jvmFilePermAvailable )
6060
{
61-
logger.info( "useJvmChmod" );
6261
applyPermissionsWithJvm( file, m, logger );
6362
return;
6463
}

0 commit comments

Comments
 (0)