clean debug message

Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/7f0afc98
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/7f0afc98
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/7f0afc98

Branch: refs/heads/ldp
Commit: 7f0afc98d209ccb6edf130c74ae39535f198a23c
Parents: 71ccaf6
Author: Sergio Fernández <[email protected]>
Authored: Mon Jun 30 17:14:11 2014 +0200
Committer: Sergio Fernández <[email protected]>
Committed: Mon Jun 30 17:14:11 2014 +0200

----------------------------------------------------------------------
 .../org/apache/marmotta/platform/ldp/services/LdpServiceImpl.java   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/7f0afc98/platform/marmotta-ldp/src/main/java/org/apache/marmotta/platform/ldp/services/LdpServiceImpl.java
----------------------------------------------------------------------
diff --git 
a/platform/marmotta-ldp/src/main/java/org/apache/marmotta/platform/ldp/services/LdpServiceImpl.java
 
b/platform/marmotta-ldp/src/main/java/org/apache/marmotta/platform/ldp/services/LdpServiceImpl.java
index d39749b..7b39372 100644
--- 
a/platform/marmotta-ldp/src/main/java/org/apache/marmotta/platform/ldp/services/LdpServiceImpl.java
+++ 
b/platform/marmotta-ldp/src/main/java/org/apache/marmotta/platform/ldp/services/LdpServiceImpl.java
@@ -289,7 +289,6 @@ public class LdpServiceImpl implements LdpService {
         // Add the bodyContent
         // TODO: find a better way to ingest n-triples (text/plain) while 
still supporting regular text files
         final RDFFormat rdfFormat = ("text/plain".equals(type) ? null : 
Rio.getParserFormatForMIMEType(type));
-        System.out.println(rdfFormat);
         if (rdfFormat == null) {
             log.debug("POST creates new LDP-NR, because no suitable RDF parser 
found for type {}", type);
             final Literal format = valueFactory.createLiteral(type);

Reply via email to