This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efm2.
View the commit online.
commit 4f82669f6fee66f986e9415f88b4a56a715472f5
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
AuthorDate: Tue Oct 3 20:42:16 2023 +0100
remove debug echo in table backend
---
src/backends/table/open | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/backends/table/open b/src/backends/table/open
index 0d4923e..e1e2ef6 100755
--- a/src/backends/table/open
+++ b/src/backends/table/open
@@ -72,7 +72,6 @@ function handle_cmd() {
CMD=${2}
case "$CMD" in
dir-set )
- echo "dir set ["${ARGS[0]}"] len="${ARGSLEN}
if [ ${ARGS[0]} = "path" ]; then
DIR=${ARGS[1]}
handle_cmd_dir_set ${DIR}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.