Open jonbartels opened 2 years ago
The code in ListeningPortServlet had pokemon exception handling because it used to be in a Client class. Since its a Servlet in the Server it can do proper logging.
ListeningPortServlet
Change it to just log and not to print
The code in
ListeningPortServlet
had pokemon exception handling because it used to be in a Client class. Since its a Servlet in the Server it can do proper logging.Change it to just log and not to print