1) Remove logline that really shouldn't be there.

This commit is contained in:
Eric Tschetter 2013-03-15 15:50:37 -05:00
parent 7dacf952d6
commit 72b82b1b1d
1 changed files with 0 additions and 1 deletions

View File

@ -137,7 +137,6 @@ public class VersionConverterTask extends AbstractTask
@Override @Override
public TaskStatus preflight(TaskToolbox toolbox) throws Exception public TaskStatus preflight(TaskToolbox toolbox) throws Exception
{ {
log.info("HLKFJDSLKFJDSKLJFLKDSF -- Preflight for segment[%s]", segment);
if (segment != null) { if (segment != null) {
return super.preflight(toolbox); return super.preflight(toolbox);
} }