diff options
Diffstat (limited to 'lib/percept/src/egd.hrl')
-rw-r--r-- | lib/percept/src/egd.hrl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/percept/src/egd.hrl b/lib/percept/src/egd.hrl index 1b125d3a08..fc0a7e10ee 100644 --- a/lib/percept/src/egd.hrl +++ b/lib/percept/src/egd.hrl @@ -41,6 +41,5 @@ -ifdef(debug). -define(dbg(X), io:format("DEBUG: ~p:~p~n",[?MODULE, X])). -else. --define(dbg(X), void). +-define(dbg(X), ok). -endif. - |