aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2008-11-23 04:54:05 +0000
committerMatthew Wild <mwild1@gmail.com>2008-11-23 04:54:05 +0000
commit4b8333dc46c606dbb2e1b0eadcea15b04f5037eb (patch)
tree04b1204c3e008ad3ef2ac635c8d56588311932a2
parent3ccec05207a651a460bb26376dee5c1cc5739d41 (diff)
downloadprosody-4b8333dc46c606dbb2e1b0eadcea15b04f5037eb.tar.gz
prosody-4b8333dc46c606dbb2e1b0eadcea15b04f5037eb.zip
Comment out remote debug, will later be enabled via config
-rw-r--r--main.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.lua b/main.lua
index 354c2950..97c97c5c 100644
--- a/main.lua
+++ b/main.lua
@@ -52,8 +52,10 @@ require "core.usermanager"
require "core.sessionmanager"
require "core.stanza_router"
+--[[
pcall(require, "remdebug.engine");
if remdebug then remdebug.engine.start() end
+]]
local start = require "net.connlisteners".start;
require "util.stanza"