remove debug output

This commit is contained in:
royqh1979@gmail.com 2021-10-10 22:50:25 +08:00
parent 58e849063c
commit 80be584700
1 changed files with 0 additions and 2 deletions

View File

@ -1142,8 +1142,6 @@ void Editor::copyAsHTML()
QMimeData * mimeData = new QMimeData;
//sethtml will convert buffer to QString , which will cause encoding trouble
StringToFile(QString::fromLocal8Bit(SynExporterHTML.buffer()),"f:\\buffer.html");
mimeData->setData(SynExporterHTML.clipboardFormat(),SynExporterHTML.buffer());
mimeData->setText(selText());