aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/src/ftp/ftp.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2016-06-28 19:44:51 +0200
committerHans Nilsson <[email protected]>2016-06-29 12:21:20 +0200
commitc7478ca8549817bb6b20bc0000edb1f00f6fdf6f (patch)
tree8cd66cc310534343f2f1127c76d69d01d5f9f45f /lib/inets/src/ftp/ftp.erl
parent3b7a6ffddc819bf305353a593904cea9e932e7dc (diff)
downloadotp-c7478ca8549817bb6b20bc0000edb1f00f6fdf6f.tar.gz
otp-c7478ca8549817bb6b20bc0000edb1f00f6fdf6f.tar.bz2
otp-c7478ca8549817bb6b20bc0000edb1f00f6fdf6f.zip
inets: ftp debug printout removed
Diffstat (limited to 'lib/inets/src/ftp/ftp.erl')
-rw-r--r--lib/inets/src/ftp/ftp.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/inets/src/ftp/ftp.erl b/lib/inets/src/ftp/ftp.erl
index bbf25f8e90..a57c47e00f 100644
--- a/lib/inets/src/ftp/ftp.erl
+++ b/lib/inets/src/ftp/ftp.erl
@@ -106,8 +106,8 @@
-type common_reason() :: 'econn' | 'eclosed' | term().
-type file_write_error_reason() :: term(). % See file:write for more info
-%%-define(DBG(F,A), 'n/a').
--define(DBG(F,A), io:format(F,A)).
+-define(DBG(F,A), 'n/a').
+%%-define(DBG(F,A), io:format(F,A)).
%%%=========================================================================
%%% API - CLIENT FUNCTIONS