Author: philip
Date: Sat Feb 21 17:59:26 2015
New Revision: 1661419

URL: http://svn.apache.org/r1661419
Log:
* subversion/libsvn_client/commit_util.c
  (harvest_not_present_for_copy): Remove SVN_DBG.

Modified:
    subversion/trunk/subversion/libsvn_client/commit_util.c

Modified: subversion/trunk/subversion/libsvn_client/commit_util.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/commit_util.c?rev=1661419&r1=1661418&r2=1661419&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/commit_util.c (original)
+++ subversion/trunk/subversion/libsvn_client/commit_util.c Sat Feb 21 17:59:26 
2015
@@ -469,7 +469,6 @@ harvest_not_present_for_copy(svn_wc_cont
 
   SVN_ERR_ASSERT(commit_relpath != NULL);
 
-  SVN_DBG(("Looking not-present below %s", local_abspath));
   /* A function to retrieve not present children would be nice to have */
   SVN_ERR(svn_wc__node_get_not_present_children(&children, wc_ctx,
                                                 local_abspath,
@@ -485,8 +484,6 @@ harvest_not_present_for_copy(svn_wc_cont
 
       svn_pool_clear(iterpool);
 
-      SVN_DBG(("Checking %s", name));
-
       SVN_ERR(svn_wc__node_is_not_present(&not_present, NULL, NULL, wc_ctx,
                                           this_abspath, FALSE, scratch_pool));
 


Reply via email to