mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 22:09:06 +02:00
remove document root debug
This commit is contained in:
parent
291d34d49f
commit
b2f7115aef
1 changed files with 0 additions and 2 deletions
|
@ -158,8 +158,6 @@ int main(int argc, const char* argv[]) {
|
||||||
|
|
||||||
QString documentRoot = QString("%1/resources/web").arg(QCoreApplication::applicationDirPath());
|
QString documentRoot = QString("%1/resources/web").arg(QCoreApplication::applicationDirPath());
|
||||||
|
|
||||||
qDebug() << documentRoot << "\n";
|
|
||||||
|
|
||||||
// list of options. Last element must be NULL.
|
// list of options. Last element must be NULL.
|
||||||
const char *options[] = {"listening_ports", "8080",
|
const char *options[] = {"listening_ports", "8080",
|
||||||
"document_root", documentRoot.toStdString().c_str(), NULL};
|
"document_root", documentRoot.toStdString().c_str(), NULL};
|
||||||
|
|
Loading…
Reference in a new issue