Skip to content

Commit 7a6c2ce

Browse files
committed
.
1 parent da604ba commit 7a6c2ce

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Lesson01/src/com/eomjinyoung/lesson01/exam02/multiserver/CalculatorServer.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ public void service() throws Exception {
1818

1919
while(true) {
2020
try {
21-
System.out.println("waiting client...");
22-
2321
socket = serverSocket.accept();
2422
System.out.println("connected to client.");
2523

0 commit comments

Comments
 (0)