Project

General

Profile

« Previous | Next » 

Revision 486

Added by berkley over 23 years ago

removed debug print statements.

View differences:

MetaCatServlet.java
838 838
                }
839 839
                newdocid = DocumentImpl.write(conn, xml, doAction, accNumber, 
840 840
                                              user, group);
841
               
842
               //if this is a package file then write the package info to 
843
               //the xml_relation table. relationHandler checks to see
844
               //if it is a package file so you don't have to do it here.
845
               //DocumentImpl xmldoc = new DocumentImpl(conn, newdocid); 
846
               //relationHandler rth = new relationHandler(xmldoc, conn);
847 841
                
848 842
            } catch (NullPointerException npe) {
849 843
              newdocid = DocumentImpl.write(conn,xml,doAction,null,user,group);

Also available in: Unified diff