From e6e734086519218251e60d223df0a109eeabeee4 Mon Sep 17 00:00:00 2001 From: Raphael Date: Sun, 13 Apr 2025 17:36:14 +0200 Subject: [PATCH] style(09): removing output of the debug mode --- cpp09/ex00/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp09/ex00/main.cpp b/cpp09/ex00/main.cpp index 659ece2..10f9b9e 100644 --- a/cpp09/ex00/main.cpp +++ b/cpp09/ex00/main.cpp @@ -6,7 +6,7 @@ /* By: rparodi +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/04/08 12:15:32 by rparodi #+# #+# */ -/* Updated: 2025/04/13 17:32:49 by rparodi ### ########.fr */ +/* Updated: 2025/04/13 17:35:55 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -307,7 +307,7 @@ int main(int argc, char *argv[]) { exit(1); } std::map user_db = parse_input(argv[1]); - _debug_print_input(user_db); + // _debug_print_input(user_db); std::map value_db = get_db(); // _debug_print_db(value_db); print_result(user_db, value_db);