Author: rhuijben
Date: Tue Feb  3 16:58:54 2015
New Revision: 1656806

URL: http://svn.apache.org/r1656806
Log:
Remove SVN_DBG() that was accidentally committed in r1656779.

* subversion/tests/svn_test_fs.c
  (svn_test__create_repos2): Remove SVN_DBG().

Modified:
    subversion/trunk/subversion/tests/svn_test_fs.c

Modified: subversion/trunk/subversion/tests/svn_test_fs.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/svn_test_fs.c?rev=1656806&r1=1656805&r2=1656806&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/svn_test_fs.c (original)
+++ subversion/trunk/subversion/tests/svn_test_fs.c Tue Feb  3 16:58:54 2015
@@ -266,8 +266,6 @@ svn_test__create_repos2(svn_repos_t **re
   SVN_ERR(svn_repos_create(&repos, repos_abspath, NULL, NULL, NULL,
                            fs_config, repos_pool));
 
-  SVN_DBG(("Created repository at %s", repos_abspath));
-
   /* Register this repo for cleanup. */
   svn_test_add_dir_cleanup(repos_abspath);
 


Reply via email to