mirror of https://gitee.com/bigwinds/arangodb
removed debug output
This commit is contained in:
parent
d685f4ebb1
commit
af257d45cd
|
@ -424,7 +424,6 @@ controller.get("/query/result/download/:query", function(req, res) {
|
|||
|
||||
var internal = require("internal");
|
||||
query = internal.base64Decode(query);
|
||||
internal.print(query);
|
||||
try {
|
||||
parsedQuery = JSON.parse(query);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue