summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-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 2e9987a1..2e03f747 100644
--- a/examples/quick/controls/texteditor/src/documenthandler.cpp
+++ b/examples/quick/controls/texteditor/src/documenthandler.cpp
@@ -133,7 +133,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));
}