summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-02-03 08:46:48 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-02-03 08:46:48 +0100
commit536bfd184da2c21e394523959cc2c8f396f84411 (patch)
tree76e0fdc304c50d12f8df565d3e92d17d23b240b9
parent2f8aaf2046658fae417277a8ffecf3cc51385bea (diff)
Cleaning code
-rw-r--r--src/ProcessWindows.cpp2
1 files changed, 0 insertions, 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);
}