diff --git a/SoObjects/SOGo/SOGoObject.m b/SoObjects/SOGo/SOGoObject.m index 084244286..9801e4aee 100644 --- a/SoObjects/SOGo/SOGoObject.m +++ b/SoObjects/SOGo/SOGoObject.m @@ -158,9 +158,6 @@ [NSException raise: NSInvalidArgumentException format: @"'_name' must not be an empty string"]; context = [[WOApplication application] context]; - if (!context) - [self errorWithFormat: @"Error: initializing a SOGoObject (named %@) " - @"without wocontext", _name]; nameInContainer = [_name copy]; container = _container; if ([self doesRetainContainer])