Removed debugging statement

This commit is contained in:
Alessandro Ranellucci 2015-11-02 01:44:44 +01:00
parent 4e3784a2a9
commit 9438289fc1

View file

@ -29,7 +29,6 @@ GCodeSender::GCodeSender()
GCodeSender::~GCodeSender()
{
printf("disconnecting\n");
this->disconnect();
}