another useless message

This commit is contained in:
Vítor Santos Costa 2015-11-11 16:49:44 +00:00
parent f822bc8077
commit 2b5f5c3d0a

View File

@ -832,7 +832,7 @@ execute_print_message(silent, _Msg) :-
!.
execute_print_message(informational, _Msg) :-
current_prolog_flag(verbose, silent),
!, writeln(ok:_Msg).
!.
execute_print_message(banner, _Msg) :-
current_prolog_flag(verbose, silent),
!.