Skip to content

Commit

Permalink
刪除debug用輸出= =
Browse files Browse the repository at this point in the history
  • Loading branch information
zhao-ng327 committed Apr 29, 2024
1 parent 40e1eb5 commit 023c39d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1646,7 +1646,6 @@ protected GalleryInfo doInBackground(Void... v) {
} else {
gInfoL = EhDB.searchLocalFavorites(keyword);
}
Log.e("---------------",gInfoL.size()+"");
return gInfoL.get((int)(Math.random()*gInfoL.size()));
}
// cloud favorities
Expand Down

0 comments on commit 023c39d

Please sign in to comment.