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