summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-09 06:42:12 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-09 06:42:12 +0000
commit5e184be1652d654d1088078124432e9725c1a639 (patch)
tree049ae268da3c0a4ef8f8600294bcaab39dbc28c9
parent10ed7949bbdf64015100a3607faa2c0d0a2a1d10 (diff)
downloadchromium_src-5e184be1652d654d1088078124432e9725c1a639.zip
chromium_src-5e184be1652d654d1088078124432e9725c1a639.tar.gz
chromium_src-5e184be1652d654d1088078124432e9725c1a639.tar.bz2
Remove the output caused by the repack step.
My build output is now beautiful and clean. Review URL: http://codereview.chromium.org/1633004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44060 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-xchrome/tools/build/repack_locales.py1
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)