again with the NSLog

This commit is contained in:
pinkerton%aol.net 2006-06-23 18:51:43 +00:00
parent 84bca34a3e
commit 04b57431bd

View File

@ -492,7 +492,6 @@ NSString* const kTabBarBackgroundDoubleClickedNotification = @"kTabBarBackground
- (void)setJumpbackTab:(BrowserTabViewItem*)inTab
{
NSLog(@"setting jumpback to %d", inTab);
mJumpbackTab = inTab;
}