Celebrate the fact that the new sharding system works with integration tests

by removing the scary debug line.


git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2950 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
hanna 2010-03-07 23:40:56 +00:00
parent 9e107513d0
commit eb165ca844
1 changed files with 0 additions and 2 deletions

View File

@ -55,8 +55,6 @@ public class BlockDrivenSAMDataSource extends SAMDataSource {
public BlockDrivenSAMDataSource(Reads reads) {
super(reads);
logger.warn("Experimental sharding is enabled. Many use cases are not supported. Please use with care.");
resourcePool = new SAMResourcePool(Integer.MAX_VALUE);
SAMReaders readers = resourcePool.getAvailableReaders();