Skip to content

Commit

Permalink
remove cplog
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Boucher committed Sep 17, 2008
1 parent 323c634 commit fcc4d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppKit/CPTextField.j
Expand Up @@ -439,7 +439,7 @@ var _CPTextFieldSquareBezelColor = nil;
@ignore
*/
- (void)setObjectValue:(id)aValue
{CPLog(aValue);
{
[super setObjectValue:aValue];

#if PLATFORM(DOM)
Expand Down

0 comments on commit fcc4d34

Please sign in to comment.