diff options
author | Christian Mollekopf <mollekopf@kolabsys.com> | 2013-09-19 08:47:12 (GMT) |
---|---|---|
committer | Christian Mollekopf <mollekopf@kolabsys.com> | 2013-09-19 08:47:12 (GMT) |
commit | dccb00af60856a9157dd1e0b2a27533f965a3d62 (patch) | |
tree | 804ed54a862368f2fbbc26c40d5c623eb9e715f3 | |
parent | deed4f8794e4efde235731d4327da7db55c83578 (diff) | |
download | libkolabxml-dccb00af60856a9157dd1e0b2a27533f965a3d62.tar.gz |
Removed that warning when reading empty distlists.
-rw-r--r-- | src/xcardconversions.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xcardconversions.h b/src/xcardconversions.h index 4919382..4efca8f 100644 --- a/src/xcardconversions.h +++ b/src/xcardconversions.h @@ -1131,8 +1131,6 @@ boost::shared_ptr<Kolab::DistList> readCard <Kolab::DistList> (const vcard_4_0:: members.push_back(Shared::toContactReference(m.uri())); } distlist->setMembers(members); - } else { - WARNING("empty distlist"); } return distlist; } |