mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
accidently committed some log statements
This commit is contained in:
parent
41ff271f20
commit
dd715ccaf6
1 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@
|
|||
|
||||
[fBack lockFocus];
|
||||
CTGradient * gradient = [CTGradient gradientWithBeginningColor: [NSColor colorWithCalibratedWhite: 0.0 alpha: 0.4]
|
||||
endingColor: [NSColor colorWithCalibratedWhite: 0.25 alpha: 0.4]];
|
||||
endingColor: [NSColor colorWithCalibratedWhite: 0.2 alpha: 0.4]];
|
||||
[gradient fillRect: [self bounds] angle: 90.0];
|
||||
[fBack unlockFocus];
|
||||
|
||||
|
@ -161,7 +161,7 @@
|
|||
NSColor * pieceColor = nil;
|
||||
|
||||
if (showAvailablity)
|
||||
{if (index==0) NSLog(@"%d", pieces[index]);
|
||||
{
|
||||
int piece = pieces[index];
|
||||
if (piece == -1)
|
||||
{
|
||||
|
@ -211,7 +211,7 @@
|
|||
}
|
||||
}
|
||||
else
|
||||
{if (index==0) NSLog(@"%f", piecesPercent[index]);
|
||||
{
|
||||
float piecePercent = piecesPercent[index];
|
||||
if (piecePercent >= 1.0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue