Skip to content

Commit

Permalink
don't log getCount() to avoid too much spam in log
Browse files Browse the repository at this point in the history
  • Loading branch information
wolpi committed Mar 10, 2024
1 parent 8527e0c commit d23f8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitiveFTPd/src/org/primftpd/ui/MainTabsActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public Fragment getItem(int position) {

@Override
public int getCount() {
logger.trace("getCount()");
//logger.trace("getCount()"); // don't log this as it gets called too often
return fragments.size();
}

Expand Down

0 comments on commit d23f8d8

Please sign in to comment.