Remove printing to stdout_fd in internal_test.py

Change-Id: Iabf394dca7cd7578ad793adb7e5e77a4a8ffff3e
diff --git a/tools/internal_test.py b/tools/internal_test.py
index 4afe520..cc2ee93 100755
--- a/tools/internal_test.py
+++ b/tools/internal_test.py
@@ -362,9 +362,6 @@
         if time.time() - begin > RUN_TIMEOUT:
           popen.terminate()
           timed_out = True
-          stdout_fd.write("*************************************************\n")
-          stdout_fd.write("TERMINATING DUE TO TIME-OUT FROM internal_test.py\n")
-          stdout_fd.write("*************************************************\n")
         time.sleep(2)
       exitcode = popen.returncode
     finally: