forked from Archives/Athou_commafeed
remove debug line
This commit is contained in:
@@ -82,7 +82,6 @@ public class PubSubHubbubCallbackREST {
|
||||
log.info("content callback received");
|
||||
try {
|
||||
byte[] bytes = IOUtils.toByteArray(request.getInputStream());
|
||||
log.info(new String(bytes));
|
||||
FetchedFeed fetchedFeed = parser.parse(null, bytes);
|
||||
String topic = fetchedFeed.getTopic();
|
||||
if (topic != null) {
|
||||
|
||||
Reference in New Issue
Block a user