]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-5271: Remove debugging line related to UriTemplateRegistry work.
authorAron Roberts <aron@socrates.berkeley.edu>
Tue, 11 Sep 2012 21:33:03 +0000 (14:33 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Tue, 11 Sep 2012 21:33:03 +0000 (14:33 -0700)
services/common/src/main/java/org/collectionspace/services/common/ResourceBase.java

index 69147eaed65f2fa0a36e84473f4d3e5060cb97fa..30ff07959829f0b04694bccbe9e45ebede1f4086 100644 (file)
@@ -535,7 +535,6 @@ public abstract class ResourceBase
             return docType;\r
         }\r
         docType = sb.getObject().getName(); // Reads the Nuxeo Document Type from tenant bindings configuration\r
-        System.out.println(tenantId + " : " + serviceName + " : " + docType); // FIXME: for debugging\r
         return docType;\r
     }\r
     \r