mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-31 18:46:02 +00:00
Remove unnecessary debugging message.
Signed-off-by: Andrew McMillan <andrew@morphoss.com>
This commit is contained in:
parent
f4c73afb03
commit
c3ae4d6fe3
@ -687,7 +687,6 @@ function ticket_row_editor() {
|
||||
|
||||
$ticketrow = new Editor("Tickets", "access_ticket");
|
||||
$ticketrow->SetSubmitName( 'ticketrow' );
|
||||
dbg_error_log( "ERROR", "Creating ticketrow editor: %s - %s", $can_write_principal, $ticketrow->IsSubmit());
|
||||
if ( $can_write_principal && $ticketrow->IsSubmit() ) {
|
||||
|
||||
$username = $editor->Value('username');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user