Commit ad60384100806e57f97b9864a9199de9ed4e42f1

Authored by David RENE
1 parent 2209fc49

Remove some extra print

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
calexium_lib/net_services_protocols/ftp_client.anubis
... ... @@ -44,7 +44,7 @@ define Maybe(One)
44 44 println("File received successfully");
45 45 success(unique)
46 46 else
47   - println("Bytes received : " + (so_far + len));
  47 +// println("Bytes received : " + (so_far + len));
48 48 receive_data(mQ, fd, so_far + len, left_read - len)
49 49 }
50 50 }
... ...