diff options
author | Tuncer Ayaz <[email protected]> | 2010-04-10 22:57:17 +0200 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2010-04-10 23:03:19 +0200 |
commit | 1eb1f13f33e04eee4a38118b62e45c57553adbe4 (patch) | |
tree | 87b5a3f50b512cdf70f6b7f56e336f757aaad1db /lib | |
parent | da007d5fa5ac039e08dbf3bb43d6b51d52baf5c2 (diff) | |
download | otp-1eb1f13f33e04eee4a38118b62e45c57553adbe4.tar.gz otp-1eb1f13f33e04eee4a38118b62e45c57553adbe4.tar.bz2 otp-1eb1f13f33e04eee4a38118b62e45c57553adbe4.zip |
Remove gratuitous ok report in asn1ct
asn1ct used to print 'ok' on each compile.
Signed-off-by: Tuncer Ayaz <[email protected]>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/asn1/src/asn1ct.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/asn1/src/asn1ct.erl b/lib/asn1/src/asn1ct.erl index 1859428c49..ae681a4a78 100644 --- a/lib/asn1/src/asn1ct.erl +++ b/lib/asn1/src/asn1ct.erl @@ -1215,7 +1215,6 @@ compile(File, _OutFile, Options) -> %% io:format("~p~n~s~n",[_Reason,"error"]), error; ok -> - io:format("ok~n"), ok; ParseRes when is_tuple(ParseRes) -> io:format("~p~n",[ParseRes]), |