From c17053f71a43f329731a9ba5020901ac085cf320 Mon Sep 17 00:00:00 2001 From: Martin Carlberg Date: Tue, 26 Feb 2013 08:53:12 +0100 Subject: [PATCH] Removed test line --- Objective-J/acorn.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Objective-J/acorn.js b/Objective-J/acorn.js index 4b4c3ac27..00d113142 100644 --- a/Objective-J/acorn.js +++ b/Objective-J/acorn.js @@ -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;