Author: rhuijben
Date: Sat Jan 19 18:35:48 2013
New Revision: 1435634

URL: http://svn.apache.org/viewvc?rev=1435634&view=rev
Log:
* subversion/libsvn_repos/reporter.c
  (drive): Revert accidental changes from r1435609.

Modified:
    subversion/trunk/subversion/libsvn_repos/reporter.c

Modified: subversion/trunk/subversion/libsvn_repos/reporter.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_repos/reporter.c?rev=1435634&r1=1435633&r2=1435634&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_repos/reporter.c (original)
+++ subversion/trunk/subversion/libsvn_repos/reporter.c Sat Jan 19 18:35:48 2013
@@ -1356,8 +1356,6 @@ drive(report_baton_t *b, svn_revnum_t s_
 
   /* Collect information about the source and target nodes. */
   s_fullpath = svn_fspath__join(b->fs_base, b->s_operand, pool);
-  SVN_DBG(("Anchor: %s / %s / %d\n", t_anchor, s_fullpath, (int)s_rev));
-
   /* ### Weird: When I have a file external defined as "^/A/a X/xa",
    * ### S_FULLPATH becomes "/A/a/xa" here, which is complete nonsense. */
   SVN_ERR(get_source_root(b, &s_root, s_rev));


Reply via email to