Removed debug comment

This commit is contained in:
Georgy Litvinov 2016-09-25 21:21:04 +03:00 committed by Georgy Litvinov
parent f589d9d067
commit faee542d26

View file

@ -159,7 +159,6 @@ public class GreenstoneTags {
note.getParentNode().removeChild(note);
}
title = content.getTextContent();
System.out.println("getTitle");
return title;
}