[MOBY-guts] biomoby commit
Paul Gordon
gordonp at pub.open-bio.org
Thu May 20 16:08:05 UTC 2004
gordonp
Thu May 20 12:08:05 EDT 2004
Update of /home/repository/moby/moby-live/Java/src/main/org/biomoby/client
In directory pub.open-bio.org:/tmp/cvs-serv4903
Modified Files:
MobyRequest.java
Log Message:
Just got rid of some debug statements
moby-live/Java/src/main/org/biomoby/client MobyRequest.java,1.2,1.3
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/MobyRequest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/MobyRequest.java 2004/05/06 03:23:02 1.2
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/MobyRequest.java 2004/05/20 16:08:05 1.3
@@ -381,7 +381,6 @@
throw new SOAPException("Cannot select SOAP nodes due to exception "+
"while executing XPath statement:" +te);
}
- debugPS.println("Result is " + node_list);
if(node_list == null || node_list.getLength() == 0){
// Note: before giving up we should really have a plain string check as per the MOBY API 0.6
@@ -496,7 +495,6 @@
// Do data deserialization for each response's mobyData
for(int i = 0; i < response_list.getLength(); i++){
Node response = response_list.item(i);
- debugPS.println("Got response " + response);
Vector out = new Vector();
// Find all the collections in the response
@@ -578,7 +576,6 @@
XObject xobject = xpath.execute(xpath_context, n, node_prefix_resolver);
if(xobject instanceof XNodeSet){
result = ((XNodeSet) xobject).nodelist();
- debugPS.println("Result is " + result);
}
else if(debug && xobject != null){
debugPS.println("Output of XPath was not a XNodeSet as expected, found " + xobject.getClass().getName());
More information about the MOBY-guts
mailing list