This is an automated email from the ASF dual-hosted git repository.
dlmarion pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/main by this push:
new 9fae28a632 Remove debug line for non-existent variable (#6229)
9fae28a632 is described below
commit 9fae28a6321c6929ac2020f455d1c613e8d972b9
Author: Dave Marion <[email protected]>
AuthorDate: Mon Mar 23 07:46:51 2026 -0400
Remove debug line for non-existent variable (#6229)
---
assemble/bin/accumulo-cluster | 2 --
1 file changed, 2 deletions(-)
diff --git a/assemble/bin/accumulo-cluster b/assemble/bin/accumulo-cluster
index c7e3c8e775..085ad3185e 100755
--- a/assemble/bin/accumulo-cluster
+++ b/assemble/bin/accumulo-cluster
@@ -210,8 +210,6 @@ function parse_args() {
debug "ARG_SSERVER_GROUP=$ARG_SSERVER_GROUP"
debug "ARG_COMPACTOR=$ARG_COMPACTOR"
debug "ARG_COMPACTOR_GROUP=$ARG_COMPACTOR_GROUP"
- debug "ARG_CREATE_MISSING_RG=$ARG_CREATE_MISSING_RG"
-
}
function invalid_args() {