mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-10 07:57:27 +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());
|
||||
|
||||
qDebug() << documentRoot << "\n";
|
||||
|
||||
// list of options. Last element must be NULL.
|
||||
const char *options[] = {"listening_ports", "8080",
|
||||
"document_root", documentRoot.toStdString().c_str(), NULL};
|
||||
|
|
Loading…
Reference in a new issue