Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Apr 6, 2011
1 parent efe634c commit 5e166d2
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ public WorkflowExecutionResult executeWorkflowImpl(final ExecutionContext execut
final Map<String, Collection<String>> failures = new HashMap<String, Collection<String>>();
try {
final NodeSet nodeSet = executionContext.getNodeSet();
executionContext.getExecutionListener().log(Constants.DEBUG_LEVEL, "NodeSet: " + nodeSet);
executionContext.getExecutionListener().log(Constants.DEBUG_LEVEL, "Workflow: " + workflow);
executionContext.getExecutionListener().log(Constants.DEBUG_LEVEL,
"data context: " + executionContext.getDataContext());

final List<ExecutionItem> iWorkflowCmdItems = workflow.getCommands();
if (iWorkflowCmdItems.size() < 1) {
Expand Down

0 comments on commit 5e166d2

Please sign in to comment.