summaryrefslogtreecommitdiffstats
path: root/lldb/test/tools/lldb-gdbserver/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/tools/lldb-gdbserver/main.cpp')
-rw-r--r--lldb/test/tools/lldb-gdbserver/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/tools/lldb-gdbserver/main.cpp b/lldb/test/tools/lldb-gdbserver/main.cpp
index 920cc5129b1..9e76b69104c 100644
--- a/lldb/test/tools/lldb-gdbserver/main.cpp
+++ b/lldb/test/tools/lldb-gdbserver/main.cpp
@@ -33,7 +33,7 @@ int main (int argc, char **argv)
for (int i = 0; sleep_seconds_remaining > 0; ++i)
{
sleep_seconds_remaining = sleep (sleep_seconds_remaining);
- std::cout << "sleep result (call " << i << "): " << sleep_seconds_remaining << std::endl;
+ // std::cout << "sleep result (call " << i << "): " << sleep_seconds_remaining << std::endl;
}
}
else
OpenPOWER on IntegriCloud