From 65e9626e724dc16d54bc64ea9f3197dca40f12c2 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 20 Mar 2013 13:24:43 -0700 Subject: [PATCH] remove superfluous debugging --- shared/src/VoxelTree.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/shared/src/VoxelTree.cpp b/shared/src/VoxelTree.cpp index e858c92c31..4efaaac9c2 100644 --- a/shared/src/VoxelTree.cpp +++ b/shared/src/VoxelTree.cpp @@ -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;