From 08cc974762ab488dce3dfea26f313864ee6861eb Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Mon, 19 Jul 2010 08:20:30 +0000
Subject: [PATCH] minor: remove config rubbish

SVN: 17073
---
 datastore_server/dist/etc/service.properties | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/datastore_server/dist/etc/service.properties b/datastore_server/dist/etc/service.properties
index 653d692ffd7..ee1642e9fdc 100644
--- a/datastore_server/dist/etc/service.properties
+++ b/datastore_server/dist/etc/service.properties
@@ -221,11 +221,6 @@ main-thread.type-extractor.is-measured = true
 
 # The storage processor (IStorageProcessor implementation)
 main-thread.storage-processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor
-# main-thread.storage-processor = ch.systemsx.cisd.etlserver.BDSStorageProcessor
-# main-thread.storage-processor.version = 1.1
-# main-thread.storage-processor.sampleTypeCode = CELL_PLATE
-# main-thread.storage-processor.sampleTypeDescription = Screening Plate
-# main-thread.storage-processor.format = UNKNOWN V1.0
 
 # IStorageProcessor deleting files not matching specified regular expression
 # main-thread.storage-processor = ch.systemsx.cisd.etlserver.CifexStorageProcessor
@@ -246,4 +241,3 @@ main-thread.storage-processor = ch.systemsx.cisd.etlserver.DefaultStorageProcess
 # If this section is empty, then the first input thread will be used.
 # 
 dss-rpc.put-default = main-thread
-#dss-rpc.put.HCS_IMAGE = main-thread
-- 
GitLab