Skip to content

Commit

Permalink
Remove uncessary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
richardwilly98 committed Nov 2, 2013
1 parent 9832996 commit d270e06
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ protected String getJsonSettings(String jsonDefinition, Object... args) throws E
if (args != null) {
setting = String.format(setting, args);
}
logger.debug("River setting: {}", setting);
return setting;
}

Expand Down

0 comments on commit d270e06

Please sign in to comment.