remove debug line

This commit is contained in:
Athou
2013-05-20 21:04:26 +02:00
parent 185df1d3d7
commit 58e9308058

View File

@@ -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) {