From 2d21060ef711903ab0ffc784588532e58299d612 Mon Sep 17 00:00:00 2001 From: buczekp <buczekp> Date: Wed, 20 Jan 2010 12:03:29 +0000 Subject: [PATCH] [LMS-1349] minor: removed syserr printlns SVN: 14356 --- .../web/client/application/dataset/DataViewSection.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/plugin/generic/client/web/client/application/dataset/DataViewSection.java b/openbis/source/java/ch/systemsx/cisd/openbis/plugin/generic/client/web/client/application/dataset/DataViewSection.java index 5c2471815fd..640ae9d29a7 100644 --- a/openbis/source/java/ch/systemsx/cisd/openbis/plugin/generic/client/web/client/application/dataset/DataViewSection.java +++ b/openbis/source/java/ch/systemsx/cisd/openbis/plugin/generic/client/web/client/application/dataset/DataViewSection.java @@ -85,9 +85,6 @@ public class DataViewSection extends SingleSectionPanel { DatastoreServiceDescription service = selectedItem.getBaseObject(); - // TODO 2010-01-19, PTR: remove after testing with DS - System.err.println("selected " + service.getLabel()); - if (service.getLabel().equals(FILES_SMART_VIEW)) { showDataSetFilesView(true); @@ -157,8 +154,6 @@ public class DataViewSection extends SingleSectionPanel } currentViewerOrNull = iFrame; - // TODO 2010-01-19, PTR: remove after testing with DS - System.err.println("autoResolve " + autoResolve); iFrame.setUrl(DataSetUtils.createDataViewUrl(dataset, viewContext.getModel(), "simpleHtml", autoResolve)); layout(); -- GitLab