git://git.nikiroo.be
/
fanfix-swing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fc322a
)
fix debug output
author
Niki Roo
<niki@nikiroo.be>
Mon, 27 Apr 2020 20:21:15 +0000
(22:21 +0200)
committer
Niki Roo
<niki@nikiroo.be>
Mon, 27 Apr 2020 20:21:15 +0000
(22:21 +0200)
src/be/nikiroo/fanfix_swing/gui/BooksPanel.java
patch
|
blob
|
blame
|
history
diff --git
a/src/be/nikiroo/fanfix_swing/gui/BooksPanel.java
b/src/be/nikiroo/fanfix_swing/gui/BooksPanel.java
index 863c37d4042282cc37ffa90d677a48e234bd91cd..a81441b69f1a248536411ae634bcc2a661ef327f 100644
(file)
--- a/
src/be/nikiroo/fanfix_swing/gui/BooksPanel.java
+++ b/
src/be/nikiroo/fanfix_swing/gui/BooksPanel.java
@@
-119,10
+119,6
@@
public class BooksPanel extends ListenerPanel {
lastLoad = new ReloadData(sources, authors, tags);
}
- if(sources.size()==0) {
- new Exception().printStackTrace();
- }
-
new SwingWorker<List<BookInfo>, Void>() {
@Override
protected List<BookInfo> doInBackground() throws Exception {