summaryrefslogtreecommitdiffhomepage
path: root/Kernel/NewKit/Array.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/NewKit/Array.hpp')
-rw-r--r--Kernel/NewKit/Array.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/NewKit/Array.hpp b/Kernel/NewKit/Array.hpp
index dca5c13f..b0b94584 100644
--- a/Kernel/NewKit/Array.hpp
+++ b/Kernel/NewKit/Array.hpp
@@ -26,7 +26,6 @@ namespace NewOS
if (At > N)
return {};
- kcout << "Returning element\r";
return ErrorOr<T*>(&fArray[At]);
}