You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by se...@apache.org on 2020/09/25 15:10:43 UTC

svn commit: r1882020 - /ctakes/trunk/ctakes-dictionary-lookup-fast/src/main/java/org/apache/ctakes/dictionary/cased/annotation/AnnotationCreatorUtil.java

Author: seanfinan
Date: Fri Sep 25 15:10:43 2020
New Revision: 1882020

URL: http://svn.apache.org/viewvc?rev=1882020&view=rev
Log:
Removed Log statement

Modified:
    ctakes/trunk/ctakes-dictionary-lookup-fast/src/main/java/org/apache/ctakes/dictionary/cased/annotation/AnnotationCreatorUtil.java

Modified: ctakes/trunk/ctakes-dictionary-lookup-fast/src/main/java/org/apache/ctakes/dictionary/cased/annotation/AnnotationCreatorUtil.java
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-dictionary-lookup-fast/src/main/java/org/apache/ctakes/dictionary/cased/annotation/AnnotationCreatorUtil.java?rev=1882020&r1=1882019&r2=1882020&view=diff
==============================================================================
--- ctakes/trunk/ctakes-dictionary-lookup-fast/src/main/java/org/apache/ctakes/dictionary/cased/annotation/AnnotationCreatorUtil.java (original)
+++ ctakes/trunk/ctakes-dictionary-lookup-fast/src/main/java/org/apache/ctakes/dictionary/cased/annotation/AnnotationCreatorUtil.java Fri Sep 25 15:10:43 2020
@@ -95,12 +95,6 @@ final public class AnnotationCreatorUtil
       }
       annotation.setOntologyConceptArr( conceptArr );
       annotation.addToIndexes();
-      LOGGER.warn( "Created Annotation " + annotation.getCoveredText()
-                   + " of " + bestGroup.getName()
-                   + " with " + termEncodings.stream()
-                                             .map( t -> t.getSchema() + " " + t.getSchemaCode() )
-                                             .collect( Collectors.joining( ";" ) )
-                   + " tuis " + String.join( ",", tuis ) );
    }