Remove outdated comment, CreateStreamProcessors called above

This commit is contained in:
John Lewin 2018-12-26 16:33:17 -08:00
parent 86660c032f
commit 1ee3b5badf

View file

@ -958,7 +958,6 @@ namespace MatterHackers.MatterControl.PrinterCommunication
// Call instance event
ConnectionSucceeded?.Invoke(this, null);
// TODO: Shouldn't we wait to start reading until after we create the stream pipeline?
Console.WriteLine("ReadFromPrinter thread created.");
ReadThread.Start(this);