try +1
[nikiroo-utils.git] / src / be / nikiroo / fanfix / library / BasicLibrary.java
index e62416bcca9fd1112bbf8ade0175dc008dcd142d..58bd873a25175f38a0385bc525db340f226d2db8 100644 (file)
@@ -355,8 +355,6 @@ 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);
                                                // Because we do not want to clear the meta cache:
                                                meta.setCover(story.getMeta().getCover());
                                                story.setMeta(meta);