some printf commented in computeSmartSample and computeSmartSampleWithThreshold for Sampler class

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-access/DatabasesResourcesManager@99371 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Loredana Liccardo 2014-09-01 11:00:32 +00:00
parent 5d77f12fc9
commit 10488ac084
1 changed files with 4 additions and 4 deletions

View File

@ -727,8 +727,8 @@ public class Sampler {
RowScore row = listRows.remove(100);
AnalysisLogger.getLogger().debug(
"Sampler->removing row with score: " + row.getScore());
// AnalysisLogger.getLogger().debug(
// "Sampler->removing row with score: " + row.getScore());
numElemToDelete = numElemToDelete - 1;
@ -1096,8 +1096,8 @@ public class Sampler {
RowScore row = listRows.remove(100);
AnalysisLogger.getLogger().debug(
"Sampler->removing row with score: " + row.getScore());
// AnalysisLogger.getLogger().debug(
// "Sampler->removing row with score: " + row.getScore());
numElemToDelete = numElemToDelete - 1;