diff --git a/inc/ui/principal-edit.php b/inc/ui/principal-edit.php index b63102d9..dad18f4e 100644 --- a/inc/ui/principal-edit.php +++ b/inc/ui/principal-edit.php @@ -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');