Skip to content

Commit 3c4e65f

Browse files
committed
remove debug prints
1 parent c66c815 commit 3c4e65f

File tree

1 file changed

+0
-2
lines changed
  • django_babel/management/commands

1 file changed

+0
-2
lines changed

django_babel/management/commands/babel.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,13 @@ def handle_makemessages(self, **options):
6262

6363
cmd.append(os.path.dirname(path))
6464

65-
print cmd
6665
call(cmd)
6766

6867
for locale in locales:
6968
cmd = ['pybabel', 'update', '-D', domain,
7069
'-i', os.path.join(path, '%s.pot' % domain),
7170
'-d', path,
7271
'-l', locale]
73-
print cmd
7472
call(cmd)
7573

7674
def handle_compilemessages(self, **options):

0 commit comments

Comments
 (0)