From: Aron Roberts Date: Tue, 11 Sep 2012 21:33:03 +0000 (-0700) Subject: CSPACE-5271: Remove debugging line related to UriTemplateRegistry work. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=5119415badec171b19bd576b47fe757629586439;p=tmp%2Fjakarta-migration.git CSPACE-5271: Remove debugging line related to UriTemplateRegistry work. --- diff --git a/services/common/src/main/java/org/collectionspace/services/common/ResourceBase.java b/services/common/src/main/java/org/collectionspace/services/common/ResourceBase.java index 69147eaed..30ff07959 100644 --- a/services/common/src/main/java/org/collectionspace/services/common/ResourceBase.java +++ b/services/common/src/main/java/org/collectionspace/services/common/ResourceBase.java @@ -535,7 +535,6 @@ public abstract class ResourceBase return docType; } docType = sb.getObject().getName(); // Reads the Nuxeo Document Type from tenant bindings configuration - System.out.println(tenantId + " : " + serviceName + " : " + docType); // FIXME: for debugging return docType; }