Remove debug

wilder-work
Montel Laurent 8 years ago
parent 9ca7bba40d
commit 30b539c067
  1. 1
      src/editor/attachment/attachmentcontroller.cpp

@ -122,7 +122,6 @@ void AttachmentController::selectionChanged()
index, MessageComposer::AttachmentModel::AttachmentPartRole).value<AttachmentPart::Ptr>();
selectedParts.append(part);
}
qDebug() << " void AttachmentController::selectionChanged()"<<selectedParts;
setSelectedParts(selectedParts);
}

Loading…
Cancel
Save