From c8af5e51a705660ce50a3f4b1f214fc1b42c85a0 Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Wed, 26 Dec 2018 15:16:25 -0500 Subject: [PATCH] Removed save/messages/callsign.txt for every directed calls in preparation for message inbox --- mainwindow.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index a8d0c9e..fd92225 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -9325,8 +9325,6 @@ void MainWindow::processCommandActivity() { // and we should play the sound notification if there is one... playSoundNotification(m_config.sound_dm_path()); } - - writeDirectedCommandToFile(d); } // if this is an allcall, check to make sure we haven't replied to their allcall recently (in the past ten minutes)