Skip to content
Snippets Groups Projects
Commit 0904c905 authored by Konstantinos Platis's avatar Konstantinos Platis
Browse files

Removed ksm debugging command

parent e04df947
No related branches found
No related tags found
1 merge request!75Resolve "Events breadcrumbs appears even if /events page does not exist"
This commit is part of merge request !75. Comments created here will be created in the context of that merge request.
...@@ -744,7 +744,6 @@ class CernComponentsTwigExtension extends \Twig_Extension { ...@@ -744,7 +744,6 @@ class CernComponentsTwigExtension extends \Twig_Extension {
*/ */
public function urlExists($url){ public function urlExists($url){
$url = \Drupal::service('path.validator')->getUrlIfValid($url); $url = \Drupal::service('path.validator')->getUrlIfValid($url);
ksm($url);
// if they are equal => url exists // if they are equal => url exists
if ($url == false){ if ($url == false){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment