From 69f2088fe6ecf591bf00a6e6a201cb85017c28e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B0=D0=BC=D0=BE=D1=83=D0=BA=D0=B8=D0=BD=20=D0=90?= =?UTF-8?q?=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9?= Date: Thu, 8 Apr 2010 08:57:15 +0400 Subject: [PATCH] Bugfix --- pym/cl_profile.py | 2 -- 1 file changed, 2 deletions(-) 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