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 | |
| parent | 70a3524730143e20f377081d4324573035b38645 (diff) | |
| download | rockbox-a1d0ad9cf2b70d83b5ef2fcf5c7553e26f86a1fd.zip rockbox-a1d0ad9cf2b70d83b5ef2fcf5c7553e26f86a1fd.tar.gz rockbox-a1d0ad9cf2b70d83b5ef2fcf5c7553e26f86a1fd.tar.bz2 rockbox-a1d0ad9cf2b70d83b5ef2fcf5c7553e26f86a1fd.tar.xz | |
remove the debug output again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12854 a1c6a512-1295-4272-9138-f99709370657
| -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 761a6bc..0463132 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`; |