Disabled debug (thanks to Stefan Strigler)

SVN Revision: 2203
This commit is contained in:
Badlop 2009-06-16 17:43:55 +00:00
parent 18f183e4e3
commit 5b09c35dea
1 changed files with 1 additions and 3 deletions

View File

@ -26,7 +26,7 @@
close/1,
process_request/1]).
-define(ejabberd_debug, true).
%%-define(ejabberd_debug, true).
-include("ejabberd.hrl").
-include("jlib.hrl").
@ -62,8 +62,6 @@
-define(FSMOPTS, []).
-endif.
-define(BOSH_VERSION, "1.6").
-define(MAX_REQUESTS, 2). % number of simultaneous requests
-define(MIN_POLLING, "2"). % don't poll faster than that or we will shoot you
-define(MAX_WAIT, 3600). % max num of secs to keep a request on hold