mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-27 15:56:18 -04:00
oops, forgot to remove my debug prints
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5012 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c4d463bd7c
commit
fa5fa54a1b
1 changed files with 0 additions and 2 deletions
|
|
@ -84,9 +84,7 @@ sub buildzip {
|
||||||
|
|
||||||
# no need to add fonts we cannot load anyway
|
# no need to add fonts we cannot load anyway
|
||||||
my $fontsize = filesize(".rockbox/fonts/$o");
|
my $fontsize = filesize(".rockbox/fonts/$o");
|
||||||
print STDERR "$maxfont $fontsize $o\n";
|
|
||||||
if($fontsize > $maxfont) {
|
if($fontsize > $maxfont) {
|
||||||
print STDERR "unlink\n";
|
|
||||||
unlink(".rockbox/fonts/$o");
|
unlink(".rockbox/fonts/$o");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue