Skip to content

Commit 4b8faf0

Browse files
committed
removed testing std::cout
1 parent 1ed7353 commit 4b8faf0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/nbl/system/ISystem.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,6 @@ bool ISystem::isDebuggerAttached()
386386

387387
for (const char* cPtr = offset + sizeof(debuggerPidStr) - 1; cPtr <= buf + numRead; cPtr++)
388388
{
389-
std::cout << static_cast<int>(*cPtr) << "\n";
390389
if (isSpace(*cPtr))
391390
continue;
392391
else

0 commit comments

Comments
 (0)