Skip to content

Commit

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

Signed-off-by: Andy LoPresto <alopresto@apache.org>
  • Loading branch information
thenatog authored and natural committed Feb 1, 2020
1 parent 5ba6af5 commit 04a8405
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
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);
}
}
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 04a8405

Please sign in to comment.