From e606e8ed2a9940141a1754efe8004bfa0d569a00 Mon Sep 17 00:00:00 2001 From: juanf <juanf> Date: Wed, 15 Jun 2016 14:40:16 +0000 Subject: [PATCH] SSDM-3733 : TXT implementation, properties labels SVN: 36692 --- .../eln-lims/1/dss/reporting-plugins/exports-api/exports-api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/dss/reporting-plugins/exports-api/exports-api.py b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/dss/reporting-plugins/exports-api/exports-api.py index bc9060255e7..20817d2bbe9 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/dss/reporting-plugins/exports-api/exports-api.py +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/dss/reporting-plugins/exports-api/exports-api.py @@ -420,7 +420,6 @@ def getTXT(entityObj, v3, sessionToken): if propertyType.getCode() in properties: txtBuilder.append(propertyType.getLabel()).append(": ").append(properties[propertyType.getCode()]).append("\n"); - print txtBuilder.toString(); return txtBuilder.toString(); def addFile(tempDirPath, entityFilePath, extension, fileContent, zos): -- GitLab