remove_advice/3 developmentremove_advice(+Goal,+*Port,+*Action)
remove the association of an action with entry to a port of a
procedure. remove_advice/3 will only succeed when Port is
var or one of {call, exit, done, redo, fail}, and Action is
var or callable.
remove_advice/3 removes the association of an advice action with a goal
and port, undoing the effect of add_advice/3.
This predicate is not supported in runtime systems.
instantiation_error
type_error
domain_error
permission_error
add_advice/3, current_advice/3, check_advice/[0,1], nocheck_advice/[0,1]