Cleaning code

This commit is contained in:
Loic Guegan 2022-02-03 08:46:48 +01:00
parent 2f8aaf2046
commit 536bfd184d

View file

@ -131,8 +131,6 @@ std::string ProcessWindows::ReadLine() {
if (c == '\n') if (c == '\n')
break; break;
} }
printf("ejeh\n");
return (line); return (line);
} }