1
0
Fork 0

removed debug output

This commit is contained in:
Jan Steemann 2014-11-07 15:28:40 +01:00
parent d685f4ebb1
commit af257d45cd
1 changed files with 0 additions and 1 deletions

View File

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