remove debug

This commit is contained in:
Aditya Kulkarni
2018-12-04 15:38:56 -08:00
parent d87adfae82
commit 1d1827a775

View File

@@ -941,7 +941,7 @@ void MainWindow::setupTransactionsTab() {
if (!memo.isEmpty()) {
int lastPost = memo.trimmed().lastIndexOf(QRegExp("[\r\n]+"));
QString lastWord = memo.right(memo.length() - lastPost - 1);
qDebug() << lastWord;
if (Settings::getInstance()->isSaplingAddress(lastWord) ||
Settings::getInstance()->isSproutAddress(lastWord)) {
menu.addAction(tr("Reply to ") + lastWord.left(25) + "...", [=]() {