Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverAgain11 committed Dec 18, 2023
1 parent 489af25 commit b628f53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ - (NSInteger)numberOfRowsInTableView:(NSTableView *)tableView {

// View-base 设置某个元素的具体视图
- (nullable NSView *)tableView:(NSTableView *)tableView viewForTableColumn:(nullable NSTableColumn *)tableColumn row:(NSInteger)row {
NSLog(@"tableView for row: %ld", row);
// NSLog(@"tableView for row: %ld", row);

if (row == 0) {
self.queryView = [self createQueryView];
Expand Down

0 comments on commit b628f53

Please sign in to comment.