mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
remove debug line
This commit is contained in:
@@ -82,7 +82,6 @@ public class PubSubHubbubCallbackREST {
|
|||||||
log.info("content callback received");
|
log.info("content callback received");
|
||||||
try {
|
try {
|
||||||
byte[] bytes = IOUtils.toByteArray(request.getInputStream());
|
byte[] bytes = IOUtils.toByteArray(request.getInputStream());
|
||||||
log.info(new String(bytes));
|
|
||||||
FetchedFeed fetchedFeed = parser.parse(null, bytes);
|
FetchedFeed fetchedFeed = parser.parse(null, bytes);
|
||||||
String topic = fetchedFeed.getTopic();
|
String topic = fetchedFeed.getTopic();
|
||||||
if (topic != null) {
|
if (topic != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user