removed pointless comment

This commit is contained in:
meri
2015-12-20 20:25:55 +01:00
parent 07c1c821e9
commit 1791587fdc

View File

@@ -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 ;
}
}