Skip to content

Commit

Permalink
fix: Remove development code.
Browse files Browse the repository at this point in the history
  • Loading branch information
das-peter committed Aug 19, 2024
1 parent d15216f commit fba3737
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Controller/WebserviceController.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ protected function getCachingContextConfiguration(Request $request): array
$config['resolveObjectGetter'] = !$request->query->has('datahub-cache-disable-resolveObjectGetter');
}

$config['operations'] = false;
$config['resolveEdge'] = false;
$config['resolveObjectGetter'] = false;

return $config;
}

Expand Down

0 comments on commit fba3737

Please sign in to comment.