Removed left-over code that would cause the logic from bug #2035 to not work.

This commit is contained in:
Ludovic Marcotte
2013-04-25 14:46:00 -04:00
parent d46a39e252
commit 4ec19d46fa
@@ -2901,9 +2901,6 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir
NSMutableString *content;
NSString *uid;
uid = [self globallyUniqueObjectId];
[event setUid: uid];
// We first look if there's an event with the same UID in our calendar. If not,
// let's reuse what is in the event, otherwise generate a new GUID and use it.
uid = [event uid];