aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/PlainTextEditorPage.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-11-26 10:55:40 +0000
committersaturneric <[email protected]>2024-11-26 10:55:40 +0000
commit83be6ce63a832890592f8cec9e2102663f0e8a36 (patch)
tree040ddd5f9e180eaf8f5ae2d2eea902ede2c94074 /src/ui/widgets/PlainTextEditorPage.cpp
parentfeat: support verifying email through eml data (diff)
downloadGpgFrontend-83be6ce63a832890592f8cec9e2102663f0e8a36.tar.gz
GpgFrontend-83be6ce63a832890592f8cec9e2102663f0e8a36.zip
feat: improve ui logic of email verification and make project structure better
Diffstat (limited to 'src/ui/widgets/PlainTextEditorPage.cpp')
-rw-r--r--src/ui/widgets/PlainTextEditorPage.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ui/widgets/PlainTextEditorPage.cpp b/src/ui/widgets/PlainTextEditorPage.cpp
index b6066a30..c1c679a6 100644
--- a/src/ui/widgets/PlainTextEditorPage.cpp
+++ b/src/ui/widgets/PlainTextEditorPage.cpp
@@ -211,10 +211,6 @@ void PlainTextEditorPage::slot_insert_text(QByteArray bytes_data) {
read_bytes_ += bytes_data.size();
- if (bytes_data.contains("VusEk")) {
- LOG_D() << "WWWWWWW PPP: " << bytes_data;
- }
-
// insert the text to the text page
this->GetTextPage()->insertPlainText(bytes_data);
this->ui_->characterLabel->setText(