diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-03-20 12:38:54 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-03-20 12:38:54 +0000 |
commit | a1d0ad9cf2b70d83b5ef2fcf5c7553e26f86a1fd (patch) | |
tree | 3af5d2faf748698438f927fd858eb8b8fc32e07d /tools | |
parent | 70a3524730143e20f377081d4324573035b38645 (diff) | |
download | rockbox-a1d0ad9cf2b70d83b5ef2fcf5c7553e26f86a1fd.tar.gz rockbox-a1d0ad9cf2b70d83b5ef2fcf5c7553e26f86a1fd.zip |
remove the debug output again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12854 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/buildzip.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildzip.pl b/tools/buildzip.pl index 761a6bc5b4..0463132ec4 100755 --- a/tools/buildzip.pl +++ b/tools/buildzip.pl @@ -132,7 +132,7 @@ sub buildzip { my ($bitmap, $depth, $swcodec) = &gettargetinfo(); - print "Bitmap: $bitmap\nDepth: $depth\nSwcodec: $swcodec\n"; + # print "Bitmap: $bitmap\nDepth: $depth\nSwcodec: $swcodec\n"; # remove old traces `rm -rf .rockbox`; |