From 458be0b646ee21b71208bf47b3a23ca57cf37574 Mon Sep 17 00:00:00 2001 From: Nicholas George Date: Fri, 26 Aug 2022 21:53:52 -0500 Subject: [PATCH] remove debug printout for output file --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 24d519f..40a1458 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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")) {