diff options
Diffstat (limited to 'chrome/tools/build/repack_locales.py')
-rwxr-xr-x | chrome/tools/build/repack_locales.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/tools/build/repack_locales.py b/chrome/tools/build/repack_locales.py index d849530..c74a23c 100755 --- a/chrome/tools/build/repack_locales.py +++ b/chrome/tools/build/repack_locales.py @@ -108,7 +108,6 @@ def repack_locales(locales): inputs = [] inputs += calc_inputs(locale) output = calc_output(locale) - print 'Repacking %s -> %s' % (inputs, output) repack.RePack(output, inputs) |