Removed test line

This commit is contained in:
Martin Carlberg
2013-02-26 08:53:12 +01:00
parent e8e87b3b83
commit c17053f71a
-1
View File
@@ -294,7 +294,6 @@ if (typeof exports != "undefined" && !exports.acorn) {
function raise(pos, message) {
if (typeof pos == "number") pos = getLineInfo(input, pos);
if (!options.objj) message += " (" + pos.line + ":" + pos.column + ")";
var syntaxError = new SyntaxError(message);
syntaxError.line = pos.line;
syntaxError.column = pos.column;