remove debug log

pull/3696/head
jaefunk 2021-03-12 10:27:33 +09:00 committed by ethan
parent 5c11ca6c8a
commit 16f10a0533
1 changed files with 0 additions and 1 deletions

View File

@ -502,7 +502,6 @@ int ProcessStandardArguments(
fill.verbose = true;
}
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));
fill.rot.x = std::stof(value);
}