Remove unprotected debug statement

This commit is contained in:
Daisuke Maki 2016-08-18 18:19:48 +09:00
parent 0623bdb817
commit 7851980a11

View file

@ -116,7 +116,6 @@ func (s *Source) Start(ctx context.Context, out pipeline.OutputChannel) {
}
return
default:
pdebug.Printf("Source.Start sending line")
out.Send(l)
}
}