]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.ui/src/org/argeo/slc/client/ui/commands/ResultDetailsDisplayHandler.java
Terminated draft of TestResultDetail Implementation for the RCP UI.
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui / src / org / argeo / slc / client / ui / commands / ResultDetailsDisplayHandler.java
index 8947335504194ebe8b4638b53e44be85bbc813bd..9a255dfffab7a177318a29b218a6519f9780f27c 100644 (file)
@@ -36,8 +36,6 @@ public class ResultDetailsDisplayHandler extends AbstractHandler {
                        ResultDetailView rView = (ResultDetailView) HandlerUtil
                                        .getActiveWorkbenchWindow(event).getActivePage()
                                        .showView(ResultDetailView.ID, "UUID-" + uuid, 1);
-                       if (log.isTraceEnabled())
-                               log.trace("Newly created rView :  " + rView);
                        rView.setUuid(uuid);
                        rView.retrieveResults();
                } catch (Exception e) {