Fixed.
[fanfix.git] / src / be / nikiroo / fanfix / library / BasicLibrary.java
index a9b6ef3b1e19e0c259a49d136311605e19c1fa85..ee7ee8d48c225994343579efec3f2f381be9eabc 100644 (file)
@@ -353,9 +353,9 @@ abstract public class BasicLibrary {
                                                        .getType());
                                        URL url = file.toURI().toURL();
                                        if (type != null) {
-System.out.println("selected support: "+BasicSupport.getSupport(type, url));
                                                story = BasicSupport.getSupport(type, url) //
                                                                .process(pgProcess);
+
                                                // Because we do not want to clear the meta cache:
                                                meta.setCover(story.getMeta().getCover());
                                                story.setMeta(meta);