From d297523dd3ac8e7e848ba8021cf35beddd072842 Mon Sep 17 00:00:00 2001
From: absolutelightning <ashesh.vidyut@hashicorp.com>
Date: Wed, 13 Sep 2023 11:30:05 +0530
Subject: [PATCH] removed date

---
 test/integration/connect/envoy/run-tests.windows.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/test/integration/connect/envoy/run-tests.windows.sh b/test/integration/connect/envoy/run-tests.windows.sh
index ed4ef11bf40d..23a67b76ab6d 100644
--- a/test/integration/connect/envoy/run-tests.windows.sh
+++ b/test/integration/connect/envoy/run-tests.windows.sh
@@ -605,12 +605,10 @@ function suite_teardown {
 
 function run_containers {
   echo "Starting containers"
-  echo $(date)
   echo $@
   for name in $@ ; do
     echo "Starting container"
     echo $name
-    echo $(date)
     run_container $name
   done
   echo "Done running containers"