Index: TECH/Context/RuntimeContext.cls.xml =================================================================== diff -u -r940 -r966 --- TECH/Context/RuntimeContext.cls.xml (.../RuntimeContext.cls.xml) (revision 940) +++ TECH/Context/RuntimeContext.cls.xml (.../RuntimeContext.cls.xml) (revision 966) @@ -126,7 +126,6 @@ if '$length(PersonalityID) set PersonalityID = $get(^||RuntimeContext("PersonalityID")) if '$length(PersonalityID) { set Exception = ##class(TECH.Exceptions.GeneralErrorException).%New("Personality is niet opgezet.") - Do ##class(vhLib.Logger).%New().Error(Exception.GeefOmschrijving(),$$GetStackToString^vhLib()) do ##class(TECH.ExceptionHandler).Throw(Exception) } quit PersonalityID