8000 jslint · lethalbrains/arangodb@e1f874a · GitHub
[go: up one dir, main page]

Skip to content

Commit e1f874a

Browse files
committed
jslint
1 parent 7ed306c commit e1f874a

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

js/common/tests/shell/shell-quickie.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*jshint globalstrict:false, strict:false, sub: true */
2-
/*global fail, assertTrue, assertEqual */
2+
/*global fail, assertEqual */
33

44
////////////////////////////////////////////////////////////////////////////////
55
/// @brief very quick test for basic functionality

js/server/modules/@arangodb/arango-statement.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,7 @@ ArangoStatement.prototype.execute = function () {
8080
}
8181
}
8282

83-
try {
8483
var result = AQL_EXECUTE(this._query, this._bindVars, opts);
85-
} catch (e) {
86-
console.log("HASSHASSHASSHASS", this._query, e);
87-
throw e;
88-
}
89-
9084
return new GeneralArrayCursor(result.json, 0, null, result);
9185
};
9286

0 commit comments

Comments
 (0)
0