mirror of https://github.com/apache/druid.git
1) Remove logline that really shouldn't be there.
This commit is contained in:
parent
7dacf952d6
commit
72b82b1b1d
|
@ -137,7 +137,6 @@ public class VersionConverterTask extends AbstractTask
|
|||
@Override
|
||||
public TaskStatus preflight(TaskToolbox toolbox) throws Exception
|
||||
{
|
||||
log.info("HLKFJDSLKFJDSKLJFLKDSF -- Preflight for segment[%s]", segment);
|
||||
if (segment != null) {
|
||||
return super.preflight(toolbox);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue