remove superfluous debugging

This commit is contained in:
Stephen Birarda 2013-03-20 13:24:43 -07:00
parent adb45c825b
commit 65e9626e72

View file

@ -96,9 +96,6 @@ int VoxelTree::readNodeData(VoxelNode *destinationNode, unsigned char * nodeData
destinationNode->setColorFromAverageOfChildren(colorArray);
// give this destination node the child mask from the packet
printf("The child mask is\n");
outputBits(*(nodeData + bytesRead));
printf("\n");
destinationNode->childMask = *(nodeData + bytesRead);
int childIndex = 0;