Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Aug 26, 2020
1 parent 7238867 commit cbd8289
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,8 @@ public ItemCollection run(ItemCollection adocumentContext, ItemCollection event)
}

// evaluate interval configuration
long l = System.currentTimeMillis();
ItemCollection evalItemCollection = getWorkflowService().evalWorkflowResult(event, "item", adocumentContext,
false);
logger.warning("evaluation takes " + (System.currentTimeMillis() - l) + "ms");

if (evalItemCollection == null) {
return adocumentContext;
Expand Down

0 comments on commit cbd8289

Please sign in to comment.