]> granicus.if.org Git - ejabberd/commitdiff
Disabled debug (thanks to Stefan Strigler)
authorBadlop <badlop@process-one.net>
Tue, 16 Jun 2009 17:43:55 +0000 (17:43 +0000)
committerBadlop <badlop@process-one.net>
Tue, 16 Jun 2009 17:43:55 +0000 (17:43 +0000)
SVN Revision: 2203

src/web/ejabberd_http_bind.erl

index 96c9fd0859c2d8b006e257333aea9cbf5c6cb2eb..d16a5d0c455eab3087caa52887e6a7b6848bd91d 100644 (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