Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
klausi committed Apr 8, 2024
1 parent d3417bb commit b6576a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/EventSubscriber/ApqSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ public function onBeforeOperation(OperationEvent $event): void {
// Add cache context for dynamic page cache compatibility on all
// operations that have the hash set.
$event->getContext()->addCacheContexts(
//['url.query_args']
['url.query_args:variables', 'url.query_args:extensions']
);

Expand Down

0 comments on commit b6576a3

Please sign in to comment.