diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-07-25 23:47:48 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-07-25 23:47:48 +0200 |
commit | 19292ce1f6047c9f0103bef2319cb592506e2a52 (patch) | |
tree | c60f924131970d2a9b60c9eb5bc4f3c942eba0fa /gitwrapper.sh | |
parent | 30aebd0be89742b51ad2a396b9f34617537e53e8 (diff) | |
download | reposync-19292ce1f6047c9f0103bef2319cb592506e2a52.tar.gz |
remove testing code
Diffstat (limited to 'gitwrapper.sh')
-rwxr-xr-x | gitwrapper.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gitwrapper.sh b/gitwrapper.sh index a216bd8..2a8ed26 100755 --- a/gitwrapper.sh +++ b/gitwrapper.sh @@ -58,12 +58,6 @@ function has_access() { return 1 } -#READING=( repos jonas public ) -#WRITING=( jonas ) -# -#has_access "public/asdf.git" "r" -#exit $? - unset INTERACTIVE READING WRITING READING=() WRITING=() |