git-svn-id: svn://anubis/gvsu@292 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
josh 2008-11-29 18:24:13 +00:00
parent be6bbd223a
commit eb5cd4b1cb

View File

@ -142,7 +142,6 @@ public class PresenceServiceImpl implements PresenceService
if ( ! resp.getStatus().isSuccess() )
System.err.println(resp.getStatus());
DomRepresentation dom = resp.getEntityAsDom();
System.out.println("DEBUG: DOM received:\n" + dom.getText());
Document d = dom.getDocument();
Node root = d.getFirstChild();
if (root == null)