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