Skip to content

Commit

Permalink
DowntimeCard: Remove not in use code
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhwinder33445 committed Aug 31, 2023
1 parent 04cb8d0 commit dfb4a66
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions library/Icingadb/Widget/Detail/DowntimeCard.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ protected function assemble()
->addFor($markerFlexStart, ['left' => sprintf('%F%%', $flexStartLeft)])
->addFor($markerFlexEnd, ['left' => sprintf('%F%%', $flexEndLeft)]);

$markerStart->getAttributes()->remove('class', 'highlighted'); // TODO: class was never set??
$markerEnd->getAttributes()->remove('class', 'highlighted');

$scheduledEndBubble = new HtmlElement(
'li',
null,
Expand Down

0 comments on commit dfb4a66

Please sign in to comment.