removed error log statement for debugging

This commit is contained in:
naomi 2018-04-12 13:56:08 +02:00
parent 58ac24db8f
commit a2373ea7e7
1 changed files with 0 additions and 1 deletions

View File

@ -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')