summaryrefslogtreecommitdiffstats
path: root/etc/inc/zeromq.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-19 16:16:00 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-19 16:16:00 -0400
commit4614d447d29cdf972d264591280cb9a7313e8115 (patch)
treec4498183b6f0551810a7c2d64c2ff49ecd246a58 /etc/inc/zeromq.inc
parent1518d5781f74497de0f8c1e44dfbd93e993c1f41 (diff)
downloadpfsense-4614d447d29cdf972d264591280cb9a7313e8115.zip
pfsense-4614d447d29cdf972d264591280cb9a7313e8115.tar.gz
Turn off debugging
Diffstat (limited to 'etc/inc/zeromq.inc')
-rw-r--r--etc/inc/zeromq.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/zeromq.inc b/etc/inc/zeromq.inc
index 6b02dce..2108de0 100644
--- a/etc/inc/zeromq.inc
+++ b/etc/inc/zeromq.inc
@@ -35,7 +35,7 @@ $do_not_include_config_gui_inc = true;
require("auth.inc");
require("xmlrpc.inc");
-$debug = true;
+//$debug = true;
/* zeromq_send: Send a message to a member node */
function zeromq_send($protocol = "tcp", $ipaddress = "127.0.0.1", $port = "8888",
OpenPOWER on IntegriCloud