comment out debug log

This commit is contained in:
James Seibel
2025-12-22 14:17:57 -06:00
parent ca44256ca9
commit 948b4bfd9c
@@ -245,7 +245,7 @@ public class FullDataSourceRequestHandler implements AutoCloseable
{
if (provider.generationStepsAreFullyGenerated(fullDataSource.columnGenerationSteps))
{
LOGGER.info("sending - complete [" + DhSectionPos.toString(pos) + "]");
//LOGGER.info("sending - complete [" + DhSectionPos.toString(pos) + "]");
requestGroup.fullDataSource = fullDataSource;
return;
}