Skip to content

Commit

Permalink
Merge pull request #2217 from mgreter/bugfix/issue-2202
Browse files Browse the repository at this point in the history
Remove superfluous dev error message
  • Loading branch information
mgreter authored Oct 22, 2016
2 parents ff31124 + 6afae52 commit 57cb27a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2301,8 +2301,6 @@ namespace Sass {
directive->value(val);
if (peek< exactly<'{'> >()) {
directive->block(parse_block());
} else if (!val) {
css_error("most def");
}
return directive;
}
Expand Down

0 comments on commit 57cb27a

Please sign in to comment.