diff --git a/assignments/src/MV3500Cohort2019JulySeptember/homework1/BoronTcpExample1Telnet1.java b/assignments/src/MV3500Cohort2019JulySeptember/homework1/BoronTcpExample1Telnet1.java
index 14c5f7f377bfe14709dabeb93cb73c74a17b9040..4ad699e106571eb1e89cc0a92adea6cbc892e2be 100644
--- a/assignments/src/MV3500Cohort2019JulySeptember/homework1/BoronTcpExample1Telnet1.java
+++ b/assignments/src/MV3500Cohort2019JulySeptember/homework1/BoronTcpExample1Telnet1.java
@@ -55,7 +55,7 @@ public class BoronTcpExample1Telnet1
             
                     ps.println("This client response was written by Capt. Jonathan Boron."); // to remote clientnc
                     ps.println("Connection achieved at time: " + new Timestamp(System.currentTimeMillis()));
-                    ps.println(new Timestamp(System.currentTimeMillis()));
+                    
             System.out.println("This server response was written by Capt. Jonathan Boron."); // to server console
                  System.out.println("Connection achieved at time: " + new Timestamp(System.currentTimeMillis()));
             // "flush()" in important in that it forces a write