You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ch...@apache.org on 2015/11/11 19:52:27 UTC

svn commit: r1713913 - /uima/sandbox/uima-ducc/trunk/src/main/admin/ducc_util.py

Author: challngr
Date: Wed Nov 11 18:52:27 2015
New Revision: 1713913

URL: http://svn.apache.org/viewvc?rev=1713913&view=rev
Log:
UIMA-4577 Updates to scripting.

Modified:
    uima/sandbox/uima-ducc/trunk/src/main/admin/ducc_util.py

Modified: uima/sandbox/uima-ducc/trunk/src/main/admin/ducc_util.py
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/admin/ducc_util.py?rev=1713913&r1=1713912&r2=1713913&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/admin/ducc_util.py (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/admin/ducc_util.py Wed Nov 11 18:52:27 2015
@@ -162,7 +162,6 @@ class DuccUtil(DuccBase):
 
     def db_configure(self):
         dbhost = self.ducc_properties.get('ducc.database.host')
-        print '----- dbhost', dbhost
         if ( dbhost == self.db_disabled ):
             self.db_bypass = True
             return;