From 7a3d254acadaf3b058527765adc06f01e40a70a1 Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Mon, 5 Aug 2013 15:02:24 -0700 Subject: [PATCH] small tweak --- interface/src/VoxelSystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/VoxelSystem.cpp b/interface/src/VoxelSystem.cpp index 72f1977ad6..11d4f10586 100644 --- a/interface/src/VoxelSystem.cpp +++ b/interface/src/VoxelSystem.cpp @@ -1560,7 +1560,7 @@ void VoxelSystem::falseColorizeOccludedV2() { void VoxelSystem::nodeAdded(Node* node) { if (node->getType() == NODE_TYPE_VOXEL_SERVER) { uint16_t nodeID = node->getNodeID(); - //printf("VoxelSystem... voxel server %u added...\n", nodeID); + printf("VoxelSystem... voxel server %u added...\n", nodeID); } }