Skip to content

Commit 7155675

Browse files
committed
erasing forgotten die -_-
1 parent e97122d commit 7155675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CssEditor/CSS/RuleSet/DeclarationBlock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function __construct($iLineNo = 0) {
2525
}
2626

2727
public function setSelectors($mSelector) {
28-
die('ss');
28+
2929
if (is_array($mSelector)) {
3030
$this->aSelectors = $mSelector;
3131
}

0 commit comments

Comments
 (0)