Browse Source

remove debug log

jaefunk 4 years ago
parent
commit
16f10a0533
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tools/assimp_cmd/Main.cpp

+ 0 - 1
tools/assimp_cmd/Main.cpp

@@ -502,7 +502,6 @@ int ProcessStandardArguments(
 			fill.verbose = true;
 			fill.verbose = true;
 		}
 		}
 		else if (!strncmp(params[i], "-rx=", 4) || !strncmp(params[i], "--rotation-x=", 13)) {
 		else if (!strncmp(params[i], "-rx=", 4) || !strncmp(params[i], "--rotation-x=", 13)) {
-            printf("%s", params[i]);
             std::string value = std::string(params[i] + (params[i][1] == '-' ? 13 : 4));
             std::string value = std::string(params[i] + (params[i][1] == '-' ? 13 : 4));
             fill.rot.x = std::stof(value);
             fill.rot.x = std::stof(value);
 		} 
 		}