Skip to content

Commit

Permalink
NIFI-6948 - Removing some debug logging.
Browse files Browse the repository at this point in the history
This closes #3935.

Signed-off-by: Andy LoPresto <alopresto@apache.org>
  • Loading branch information
thenatog authored and alopresto committed Dec 23, 2019
1 parent 2277d08 commit 42cb6e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ public ParameterTokenList parseTokens(final String input) {
}
}

logger.debug("For input {} found {} Parameter references: {}", input, references.size(), references);
return new StandardParameterTokenList(input, references);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ public ParameterTokenList parseTokens(final String input) {
lastChar = c;
}

logger.debug("For input {} found {} Parameter references: {}", input, tokens.size(), tokens);
return new StandardParameterTokenList(input, tokens);
}

Expand Down

0 comments on commit 42cb6e8

Please sign in to comment.