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