From 94bb6a1b0f3328548f6ddb6c26d9435286b347e8 Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Sat, 27 Apr 2013 14:57:23 -0700 Subject: [PATCH] removed some testing/debug code --- interface/src/main.cpp | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/interface/src/main.cpp b/interface/src/main.cpp index 664da497ca..daeb983a32 100644 --- a/interface/src/main.cpp +++ b/interface/src/main.cpp @@ -1626,39 +1626,6 @@ int main(int argc, const char * argv[]) voxels_lib::printLog = & ::printLog; avatars_lib::printLog = & ::printLog; - // Quick test of the Orientation class on startup! - if (cmdOptionExists(argc, argv, "--testOrientation")) { - testOrientationClass(); - return EXIT_SUCCESS; - } - - // Quick test of sortedArrays helper - if (cmdOptionExists(argc, argv, "--testSortedArray")) { - void* values[8]; - float keys[8]; - int meta[8]; - int count = 0; - - count = insertIntoSortedArrays((void*)10, 10.0, 1, values, keys, meta, count, 8); - printf("after one insert...\n"); - for (int i=0; i