Skip to content

Commit

Permalink
Remove unnecessary System.out occurrence
Browse files Browse the repository at this point in the history
  • Loading branch information
ljuillerat authored Aug 21, 2024
1 parent 1872426 commit cbeb42e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,6 @@ public boolean loadConfiguration(ParameterInclude params) throws AxisFault {
}

protected boolean loadConfigurationsFromService(ParameterInclude params) throws AxisFault {
System.out.println("loading config from service");
fileURI = ParamUtils.getOptionalParam(params, VFSConstants.TRANSPORT_FILE_FILE_URI);
if (fileURI == null) {
log.warn("transport.vfs.FileURI parameter is missing in the proxy service configuration");
Expand Down

0 comments on commit cbeb42e

Please sign in to comment.