Skip to content

Commit 362096b

Browse files
committed
ope accidentally commited debugging code
1 parent 84e5215 commit 362096b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Submariner/SBDatabaseController.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,6 @@ - (void)awakeFromNib {
391391
[splitVC.view.leftAnchor constraintEqualToAnchor:((NSLayoutGuide*)self.window.contentLayoutGuide).leftAnchor].active=YES;
392392
[splitVC.view.rightAnchor constraintEqualToAnchor:((NSLayoutGuide*)self.window.contentLayoutGuide).rightAnchor].active=YES;
393393

394-
NSLog(@"Constraint fuckery: %@\nSource list/superview frame, %@/%@", sourceList.constraints, NSStringFromRect(sourceList.frame), NSStringFromRect(sourceList.superview.frame));
395-
396394
// Need to set both for some reason? And after assignment to the parent?
397395
splitVC.splitView.autosaveName = @"DatabaseWindowSplitViewController";
398396
splitVC.splitView.identifier = @"SBDatabaseWindowSplitViewController";
@@ -749,7 +747,6 @@ - (IBAction)stop:(id)sender {
749747
}
750748

751749
- (IBAction)nextTrack:(id)sender {
752-
NSLog(@"SV Constraint fuckery: %@\nSource list/superview frame, %@/%@", sourceList.superview.constraints, NSStringFromRect(sourceList.frame), NSStringFromRect(sourceList.superview.frame));
753750
[[SBPlayer sharedInstance] next];
754751
}
755752

0 commit comments

Comments
 (0)