Commit 353cd17ca995e2d14e2a34c8b3963feedbea41e7
1 parent
756de746
remove an extra print
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
calexium_lib/net_services_protocols/ftp_client.anubis
| ... | ... | @@ -82,7 +82,6 @@ define Maybe(One) |
| 82 | 82 | failure then failure, |
| 83 | 83 | success(_) then |
| 84 | 84 | mQ.add_Message_to_send(get_file_msg); |
| 85 | - println("_CXM_FTP_GET_FILE sent"); | |
| 86 | 85 | if wait_for_reply(mQ, _CXM_FTP_GET_FILE, 30) is |
| 87 | 86 | { |
| 88 | 87 | failure then println("get_file failure");failure, | ... | ... |