You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2020/10/08 14:02:03 UTC

svn commit: r1882324 - /subversion/branches/1.14.x/subversion/tests/libsvn_repos/repos-test.c

Author: stsp
Date: Thu Oct  8 14:02:03 2020
New Revision: 1882324

URL: http://svn.apache.org/viewvc?rev=1882324&view=rev
Log:
Revert debugging changes accidentally committed in r1882318.

Found by: jcorvel

* subversion/tests/libsvn_repos/repos-test.c
  (test_authz_prefixes): Remove debug code.

Modified:
    subversion/branches/1.14.x/subversion/tests/libsvn_repos/repos-test.c

Modified: subversion/branches/1.14.x/subversion/tests/libsvn_repos/repos-test.c
URL: http://svn.apache.org/viewvc/subversion/branches/1.14.x/subversion/tests/libsvn_repos/repos-test.c?rev=1882324&r1=1882323&r2=1882324&view=diff
==============================================================================
--- subversion/branches/1.14.x/subversion/tests/libsvn_repos/repos-test.c (original)
+++ subversion/branches/1.14.x/subversion/tests/libsvn_repos/repos-test.c Thu Oct  8 14:02:03 2020
@@ -1641,9 +1641,6 @@ test_authz_prefixes(apr_pool_t *pool)
       contents = apr_psprintf(iterpool, contents_format,
                               glob1, repo1, test_path,
                               glob2, repo2, test_path);
-      fprintf(stderr, "testing authz %d:\n[[[\n", combi);
-      fprintf(stderr, "%s", contents);
-      fprintf(stderr, "]]]\n");
       SVN_ERR(authz_get_handle(&authz_cfg, contents, FALSE, iterpool));
 
       /* iterate over all test paths */