diff --git a/pym/cl_profile.py b/pym/cl_profile.py index b29458e..288218f 100644 --- a/pym/cl_profile.py +++ b/pym/cl_profile.py @@ -2411,8 +2411,6 @@ class profile(_file, _terms, xmlShare, processingTemplates): gid = pwdObj.pw_gid homeDir = pwdObj.pw_dir except: - print _("error in profile %s")%nameProfile - print _("error profile term %s")%str(funTxt) print _("Can not found user %s")%str(userName) cl_base.exit(1) return uid, gid, homeDir