diff --git a/logbook/adif.cpp b/logbook/adif.cpp index b076be8e8..9289c9c10 100644 --- a/logbook/adif.cpp +++ b/logbook/adif.cpp @@ -205,9 +205,7 @@ QByteArray ADIF::QSOToADIF(QString const& hisCall, QString const& hisGrid, QStri if(comments!="") t += " " + comments; if(name!="") t += " " + name; if(operator_call!="") t+=" " + operator_call; - if(xSent!="") t += " " + xSent; if(xRcvd!="") { - t += " " + xRcvd; QString t1=""; if(xRcvd.split(" ").size()==2) t1=xRcvd.split(" ").at(1); if(t1.toInt()>0) {