You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2013/01/22 00:53:25 UTC

svn commit: r1436695 - /subversion/trunk/subversion/libsvn_wc/update_editor.c

Author: rhuijben
Date: Mon Jan 21 23:53:25 2013
New Revision: 1436695

URL: http://svn.apache.org/viewvc?rev=1436695&view=rev
Log:
* subversion/libsvn_wc/update_editor.c
  (close_file): Following up on r1436694, remove SVN_DBG() call.

Modified:
    subversion/trunk/subversion/libsvn_wc/update_editor.c

Modified: subversion/trunk/subversion/libsvn_wc/update_editor.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/update_editor.c?rev=1436695&r1=1436694&r2=1436695&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/update_editor.c (original)
+++ subversion/trunk/subversion/libsvn_wc/update_editor.c Mon Jan 21 23:53:25 2013
@@ -4130,7 +4130,6 @@ close_file(void *file_baton,
             if (! eb->switch_relpath 
                 || strcmp(fb->new_relpath, fb->old_repos_relpath) == 0)
               {
-                SVN_DBG(("%s:%s\n", fb->new_relpath, fb->old_repos_relpath));
                 SVN_ERR_ASSERT(prop->value == NULL);
                 SVN_ERR(svn_wc__db_lock_remove(eb->db, fb->local_abspath,
                                                scratch_pool));