]> oss.titaniummirror.com Git - repo_shell.git/blobdiff - git_acl.c
make package builds simple .tgz for install
[repo_shell.git] / git_acl.c
index 3c740dd10a4ac368fae242b0acf7ce41575486d3..6036166e598716d1a9e7cebf0e5ce1011a3db789 100644 (file)
--- a/git_acl.c
+++ b/git_acl.c
@@ -156,7 +156,6 @@ static int acl_handler(void* user, const char* section, const char* name,
     char *p = _p;
     char *repo = strip_repo(my_strtok(&p, " \t\n"));
 
-    debug("repo '%s'", repo);
     if (!repo || my_strtok(&p, " \t\n"))
       die("acl_handler: badly formatted section '%s'", section);
     /* repo is repo name, name is userid, value is permission */