fix debug output
authorNiki Roo <niki@nikiroo.be>
Mon, 27 Apr 2020 20:21:15 +0000 (22:21 +0200)
committerNiki Roo <niki@nikiroo.be>
Mon, 27 Apr 2020 20:21:15 +0000 (22:21 +0200)
src/be/nikiroo/fanfix_swing/gui/BooksPanel.java

index 863c37d4042282cc37ffa90d677a48e234bd91cd..a81441b69f1a248536411ae634bcc2a661ef327f 100644 (file)
@@ -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 {