remove document root debug

This commit is contained in:
Stephen Birarda 2013-09-17 09:18:46 -07:00
parent 291d34d49f
commit b2f7115aef

View file

@ -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};