remove debug printout for output file
This commit is contained in:
parent
6b437cd69a
commit
458be0b646
|
@ -225,7 +225,6 @@ int main (int argc, char **argv) {
|
|||
std::string arg = std::string(argv[i]);
|
||||
if (arg == "render") {
|
||||
output = std::string(argv[i+1]) + ".bmp";
|
||||
cout << output << "\n";
|
||||
if (str_ends_with(argv[i+1], ".flg")) {
|
||||
return render_flg(argv[i+1]);
|
||||
} else if (str_ends_with(argv[i+1], ".ori")) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user