summaryrefslogtreecommitdiffstats
path: root/examples/quick/controls/texteditor/src/documenthandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/controls/texteditor/src/documenthandler.cpp')
-rw-r--r--examples/quick/controls/texteditor/src/documenthandler.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/quick/controls/texteditor/src/documenthandler.cpp b/examples/quick/controls/texteditor/src/documenthandler.cpp
index 9ce73dbc8..bdecf5ba1 100644
--- a/examples/quick/controls/texteditor/src/documenthandler.cpp
+++ b/examples/quick/controls/texteditor/src/documenthandler.cpp
@@ -143,7 +143,6 @@ void DocumentHandler::saveAs(const QUrl &arg, const QString &fileType)
}
f.write((isHtml ? m_doc->toHtml() : m_doc->toPlainText()).toLocal8Bit());
f.close();
- qDebug() << "saved to" << localPath;
setFileUrl(QUrl::fromLocalFile(localPath));
}