mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
removed pointless comment
This commit is contained in:
@@ -1615,7 +1615,6 @@ var Parser = function Parser(context, imports, fileInfo) {
|
||||
if (next) {
|
||||
result = new(tree.Condition)(logical, result, next);
|
||||
} else {
|
||||
//FIXME: meri error or just return
|
||||
return ;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user