Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
Remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Oct 22, 2013
1 parent 59dbc39 commit 34fb408
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -88,8 +88,6 @@ class PortletRenderTask extends RenderTask {
@Override
public Result execute(Locale locale) {

System.out.println("STARTING PORTLET " + windowContext.name);

//
ContextLifeCycle lifeCycle = Request.getCurrent().suspend();
PortletInvocationResponse response = null;
Expand Down Expand Up @@ -119,7 +117,6 @@ public Result execute(Locale locale) {
} catch (PortletInvokerException e) {
failure = e;
} finally {
System.out.println("DONE WITH PORTLET " + windowContext.name);
lifeCycle.resume();
}
Result result;
Expand Down

0 comments on commit 34fb408

Please sign in to comment.