From e49e12e4cc41e1599fe5c426db70ffbd0f0b9894 Mon Sep 17 00:00:00 2001 From: Niki Roo Date: Mon, 27 Apr 2020 22:21:15 +0200 Subject: [PATCH] fix debug output --- src/be/nikiroo/fanfix_swing/gui/BooksPanel.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/be/nikiroo/fanfix_swing/gui/BooksPanel.java b/src/be/nikiroo/fanfix_swing/gui/BooksPanel.java index 863c37d4..a81441b6 100644 --- 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, Void>() { @Override protected List doInBackground() throws Exception { -- 2.27.0