Skip to content
This repository has been archived by the owner on Feb 17, 2019. It is now read-only.

Commit

Permalink
Removed useless comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Marretta committed Apr 7, 2015
1 parent 24e1946 commit db2356a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/it/ksuploader/main/RequestHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ public RequestHandler(SocketChannel socketChannel) {
public void run() {

try {

// socketChannel.socket().setSoTimeout(10000);
MainServer.log("Client connected from: " + socketChannel);

// Ricevo
Expand Down Expand Up @@ -60,12 +58,6 @@ public void run() {
switch (type) {

case "img":

// transfer image
// returnValue =
// readImageFromSocket(MainServer.config.getFolder() + "/" +
// fileName + ".png");

// transfer image
MainServer.log("Transfer started.");
returnValue = readFileFromSocket(MainServer.config.getFolder() + "/" + fileName + ".png");
Expand Down

0 comments on commit db2356a

Please sign in to comment.