Remove some debugging printouts in Network Client and Server code

This commit is contained in:
Adam Honse 2020-07-17 22:10:53 -05:00
parent 5ce6ec9ea7
commit 0ccf2d0c33
3 changed files with 0 additions and 33 deletions

View file

@ -990,8 +990,6 @@ void RGBController::SetModeDescription(unsigned char* data_buf)
new_mode->colors.push_back(new_color);
}
printf("read data ptr %d\r\n", data_ptr);
}
unsigned char * RGBController::GetColorDescription()