Skip to content

Commit e548734

Browse files
committed
Removing these logs since they aren't really valuable.
1 parent a7164d2 commit e548734

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/com/e_gineering/maven/gitflowhelper/RetargetDeployMojo.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ protected void execute(final GitBranchInfo gitBranchInfo) throws MojoExecutionEx
3838
// If other branches are set to deploy
3939
// Other branches never target release, but may target stage for non-SNAPSHOT artifacts.
4040
// For this reason, "overwrite" is considered _highly_ dangerous.
41-
getLog().debug("Resolving: " + otherDeployBranchPattern);
4241
String otherBranchesToDeploy = resolveExpression(otherDeployBranchPattern);
43-
getLog().debug("Resolved to: " + otherBranchesToDeploy);
4442
if (!"".equals(otherBranchesToDeploy) && gitBranchInfo.getName().matches(otherBranchesToDeploy)) {
4543
setTargetSnapshots();
4644

0 commit comments

Comments
 (0)