removed error log statement for debugging
This commit is contained in:
parent
58ac24db8f
commit
a2373ea7e7
@ -40,7 +40,6 @@ class HatController extends ControllerBase {
|
||||
* @return form for editing a hat
|
||||
*/
|
||||
public function editHatForPerson($person_id, $hat_id) {
|
||||
error_log("hjhjhjhj");
|
||||
|
||||
$hat = \Drupal::entityTypeManager()
|
||||
->getStorage('hat')
|
||||
|
Reference in New Issue
Block a user