diff --git a/app/models/communication/website/menu/item.rb b/app/models/communication/website/menu/item.rb
index c6bd920075f2032155e5cdbf3485e6ce9c53bb29..51e3beb1e08c910ac64aebc2f1997e2e3f1bc07d 100644
--- a/app/models/communication/website/menu/item.rb
+++ b/app/models/communication/website/menu/item.rb
@@ -83,7 +83,6 @@ class Communication::Website::Menu::Item < ApplicationRecord
     method = "target_for_#{kind}"
     target = respond_to?(method) ? send(method)
                                  : about&.path
-    byebug
     return nil if target.nil?
     target.end_with?('/') ? target
                           : "#{target}/"