diff options
author | Thomas Bruederli <bruederli@kolabsys.com> | 2015-03-02 12:57:32 -0500 |
---|---|---|
committer | Thomas Bruederli <bruederli@kolabsys.com> | 2015-03-02 12:57:32 -0500 |
commit | e0cdbb50abceae359934f6421445491315069ab7 (patch) | |
tree | e415d3bc985e34bf9c30d42afbabbfbc7102c016 /wallace/module_invitationpolicy.py | |
parent | 403257f86465a53237bb88fd6c7f2d292ab9f041 (diff) | |
download | pykolab-e0cdbb50abceae359934f6421445491315069ab7.tar.gz |
Store reservations for single occurrences with the same UID in one object (#4766)
Diffstat (limited to 'wallace/module_invitationpolicy.py')
-rw-r--r-- | wallace/module_invitationpolicy.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wallace/module_invitationpolicy.py b/wallace/module_invitationpolicy.py index 70bf627..d6503a0 100644 --- a/wallace/module_invitationpolicy.py +++ b/wallace/module_invitationpolicy.py @@ -826,7 +826,6 @@ def find_existing_object(uid, type, recurrence_id, user_rec, lock=False): # return master, even if instance is not found if not event and master.uid == uid: - log.debug("Instance not found, returning master" % (), level=8) return (event, master) if event is not None: |