From 536bfd184da2c21e394523959cc2c8f396f84411 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 3 Feb 2022 08:46:48 +0100 Subject: [PATCH] Cleaning code --- src/ProcessWindows.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ProcessWindows.cpp b/src/ProcessWindows.cpp index e32ab6f..45147b9 100644 --- a/src/ProcessWindows.cpp +++ b/src/ProcessWindows.cpp @@ -131,8 +131,6 @@ std::string ProcessWindows::ReadLine() { if (c == '\n') break; } - - printf("ejeh\n"); return (line); }