From 3b46ebacae07afd57a44d8025704b000fbedff4d Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Sun, 27 Sep 2020 12:20:09 -0500 Subject: [PATCH] remove warning used for testing --- web/includes/actions/group.php | 1 - 1 file changed, 1 deletion(-) diff --git a/web/includes/actions/group.php b/web/includes/actions/group.php index 6840994be..ec7a1dc87 100644 --- a/web/includes/actions/group.php +++ b/web/includes/actions/group.php @@ -46,5 +46,4 @@ if ( $action == 'save' ) { } $redirect = '?view=groups'; } -ZM\Warning('group action was called'); ?>