From b2f7115aefa37df37fa982d49d5019468b2faf15 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 17 Sep 2013 09:18:46 -0700 Subject: [PATCH] remove document root debug --- domain-server/src/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/domain-server/src/main.cpp b/domain-server/src/main.cpp index 8912c24483..7129e01585 100644 --- a/domain-server/src/main.cpp +++ b/domain-server/src/main.cpp @@ -158,8 +158,6 @@ int main(int argc, const char* argv[]) { QString documentRoot = QString("%1/resources/web").arg(QCoreApplication::applicationDirPath()); - qDebug() << documentRoot << "\n"; - // list of options. Last element must be NULL. const char *options[] = {"listening_ports", "8080", "document_root", documentRoot.toStdString().c_str(), NULL};